Html Css Color HEX #246C9A Lochmara

📋 copy color: '#246C9A'

red 36 ◦ green 108 ◦ blue 154

#246C9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #246C9A

Tints of Lochmara #246C9A

RGB

 RED value IS 36 (14.45% from 255) = 12.08%

 GREEN value IS 108 (42.58% from 255) = 36.24%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 12.08%
G = 36.24%
B = 51.68%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#246C9A (or 0x246C9A) is known color: Lochmara. HEX triplet: 24, 6C and 9A. RGB value is (36,108,154). Sum of RGB (Red+Green+Blue) = 36+108+154=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #246C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C9A is #DB9365. Grayscale: #5B5B5B. Windows color (decimal): -14390118 or 10120228. OLE color: 10120228.

HSL color Cylindrical-coordinate representation of color #246C9A: hue angle of 203.39º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246C9A is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 108 154 -
CMYK 0.77 0.30 0 0.40
HSL 203.39º 0.62% 0.37% -
HSV(B) 203.39º 0.77% 0.6% -
XYZ 11.92 13.43 32.54 -
YUV 91.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 36 108 154 0.77 0.30 0 0.40 203.39 0.62 0.37
Hex 24 6C 9A 4D 1E 0 28 CB 3E 25
Octal 44 154 232 115 36 0 50 313 76 45
Binary 100100 1101100 10011010 1001101 11110 0 101000 11001011 111110 100101

Color Harmonies of #246C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C9A

Black with #246C9A

Text Example


Text Example

White with #246C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246C9A; }

 p { color: rgb(36,108,154); }

 H1.HeaderClassName
 {
   color: #246C9A;
 }
 .AnyTagClassName
 {
   color: #246C9A;
 }
</style>

background-color css

<style>
 a { background-color: #246C9A; }

 a { background-color: rgb(36,108,154); }

 div.DivClassName
 {
   background-color: #246C9A;
 }
 .BgClassName
 {
   background-color: #246C9A;
 }
</style>

border-color css

<style>
 span { border-color: #246C9A; }

 span { border-color: rgb(36,108,154); }

 td.TdClassName
 {
   border-color: #246C9A;
 }
 .TagClassName
 {
   border-color: #246C9A;
 }
</style>