Html Css Color HEX #246999 Lochmara

📋 copy color: '#246999'

red 36 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #246999

Tints of Lochmara #246999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 12.24%
G = 35.71%
B = 52.04%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#246999 (or 0x246999) is known color: Lochmara. HEX triplet: 24, 69 and 99. RGB value is (36,105,153). Sum of RGB (Red+Green+Blue) = 36+105+153=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #246999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246999 is #DB9666. Grayscale: #595959. Windows color (decimal): -14390887 or 10053924. OLE color: 10053924.

HSL color Cylindrical-coordinate representation of color #246999: hue angle of 204.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246999 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 105 153 -
CMYK 0.76 0.31 0 0.4
HSL 204.62º 0.62% 0.37% -
HSV(B) 204.62º 0.76% 0.6% -
XYZ 11.53 12.78 32 -
YUV 89.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 36 105 153 0.76 0.31 0 0.4 204.62 0.62 0.37
Hex 24 69 99 4C 1F 0 28 CD 3E 25
Octal 44 151 231 114 37 0 50 315 76 45
Binary 100100 1101001 10011001 1001100 11111 0 101000 11001101 111110 100101

Color Harmonies of #246999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246999

Black with #246999

Text Example


Text Example

White with #246999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246999; }

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

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

background-color css

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

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

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

border-color css

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

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

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