Html Css Color HEX #246F95 Lochmara

📋 copy color: '#246F95'

red 36 ◦ green 111 ◦ blue 149

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

Shades of Lochmara #246F95

Tints of Lochmara #246F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.5%

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

R = 12.16%
G = 37.5%
B = 50.34%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246F95 (or 0x246F95) is known color: Lochmara. HEX triplet: 24, 6F and 95. RGB value is (36,111,149). Sum of RGB (Red+Green+Blue) = 36+111+149=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #246F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F95 is #DB906A. Grayscale: #5C5C5C. Windows color (decimal): -14389355 or 9793316. OLE color: 9793316.

HSL color Cylindrical-coordinate representation of color #246F95: hue angle of 200.18º 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 #246F95 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 111 149 -
CMYK 0.76 0.26 0 0.42
HSL 200.18º 0.61% 0.36% -
HSV(B) 200.18º 0.76% 0.58% -
XYZ 11.84 13.91 30.5 -
YUV 92.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 36 111 149 0.76 0.26 0 0.42 200.18 0.61 0.36
Hex 24 6F 95 4C 1A 0 2A C8 3D 24
Octal 44 157 225 114 32 0 52 310 75 44
Binary 100100 1101111 10010101 1001100 11010 0 101010 11001000 111101 100100

Color Harmonies of #246F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F95

Black with #246F95

Text Example


Text Example

White with #246F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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