Html Css Color HEX #246996 Lochmara

📋 copy color: '#246996'

red 36 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #246996

Tints of Lochmara #246996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 12.37%
G = 36.08%
B = 51.55%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#246996 (or 0x246996) is known color: Lochmara. HEX triplet: 24, 69 and 96. RGB value is (36,105,150). Sum of RGB (Red+Green+Blue) = 36+105+150=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #246996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246996 is #DB9669. Grayscale: #595959. Windows color (decimal): -14390890 or 9857316. OLE color: 9857316.

HSL color Cylindrical-coordinate representation of color #246996: hue angle of 203.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246996 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 105 150 -
CMYK 0.76 0.30 0 0.41
HSL 203.68º 0.61% 0.36% -
HSV(B) 203.68º 0.76% 0.59% -
XYZ 11.28 12.68 30.71 -
YUV 89.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 36 105 150 0.76 0.30 0 0.41 203.68 0.61 0.36
Hex 24 69 96 4C 1E 0 29 CC 3D 24
Octal 44 151 226 114 36 0 51 314 75 44
Binary 100100 1101001 10010110 1001100 11110 0 101001 11001100 111101 100100

Color Harmonies of #246996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246996

Black with #246996

Text Example


Text Example

White with #246996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246996; }

 p { color: rgb(36,105,150); }

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

background-color css

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

 a { background-color: rgb(36,105,150); }

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

border-color css

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

 span { border-color: rgb(36,105,150); }

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