Html Css Color HEX #246995 Lochmara

📋 copy color: '#246995'

red 36 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #246995

Tints of Lochmara #246995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 12.41%
G = 36.21%
B = 51.38%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246995 (or 0x246995) is known color: Lochmara. HEX triplet: 24, 69 and 95. RGB value is (36,105,149). Sum of RGB (Red+Green+Blue) = 36+105+149=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #246995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246995 is #DB966A. Grayscale: #595959. Windows color (decimal): -14390891 or 9791780. OLE color: 9791780.

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

Color convert

RGB 36 105 149 -
CMYK 0.76 0.30 0 0.42
HSL 203.36º 0.61% 0.36% -
HSV(B) 203.36º 0.76% 0.58% -
XYZ 11.2 12.65 30.28 -
YUV 89.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 36 105 149 0.76 0.30 0 0.42 203.36 0.61 0.36
Hex 24 69 95 4C 1E 0 2A CB 3D 24
Octal 44 151 225 114 36 0 52 313 75 44
Binary 100100 1101001 10010101 1001100 11110 0 101010 11001011 111101 100100

Color Harmonies of #246995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246995

Black with #246995

Text Example


Text Example

White with #246995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246995; }

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

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

background-color css

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

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

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

border-color css

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

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

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