Html Css Color HEX #246B94 Lochmara

📋 copy color: '#246B94'

red 36 ◦ green 107 ◦ blue 148

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

Shades of Lochmara #246B94

Tints of Lochmara #246B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 12.37%
G = 36.77%
B = 50.86%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#246B94 (or 0x246B94) is known color: Lochmara. HEX triplet: 24, 6B and 94. RGB value is (36,107,148). Sum of RGB (Red+Green+Blue) = 36+107+148=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #246B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B94 is #DB946B. Grayscale: #5A5A5A. Windows color (decimal): -14390380 or 9726756. OLE color: 9726756.

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

Color convert

RGB 36 107 148 -
CMYK 0.76 0.28 0 0.42
HSL 201.96º 0.61% 0.36% -
HSV(B) 201.96º 0.76% 0.58% -
XYZ 11.33 13.03 29.93 -
YUV 90.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 36 107 148 0.76 0.28 0 0.42 201.96 0.61 0.36
Hex 24 6B 94 4C 1C 0 2A CA 3D 24
Octal 44 153 224 114 34 0 52 312 75 44
Binary 100100 1101011 10010100 1001100 11100 0 101010 11001010 111101 100100

Color Harmonies of #246B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B94

Black with #246B94

Text Example


Text Example

White with #246B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,107,148); }

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

background-color css

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

 a { background-color: rgb(36,107,148); }

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

border-color css

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

 span { border-color: rgb(36,107,148); }

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