Html Css Color HEX #246FAE Lochmara

📋 copy color: '#246FAE'

red 36 ◦ green 111 ◦ blue 174

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

Shades of Lochmara #246FAE

Tints of Lochmara #246FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 11.21%
G = 34.58%
B = 54.21%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#246FAE (or 0x246FAE) is known color: Lochmara. HEX triplet: 24, 6F and AE. RGB value is (36,111,174). Sum of RGB (Red+Green+Blue) = 36+111+174=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #246FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FAE is #DB9051. Grayscale: #5F5F5F. Windows color (decimal): -14389330 or 11431716. OLE color: 11431716.

HSL color Cylindrical-coordinate representation of color #246FAE: hue angle of 207.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246FAE is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 111 174 -
CMYK 0.79 0.36 0 0.32
HSL 207.39º 0.66% 0.41% -
HSV(B) 207.39º 0.79% 0.68% -
XYZ 14.05 14.8 42.16 -
YUV 95.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 36 111 174 0.79 0.36 0 0.32 207.39 0.66 0.41
Hex 24 6F AE 4F 24 0 20 CF 42 29
Octal 44 157 256 117 44 0 40 317 102 51
Binary 100100 1101111 10101110 1001111 100100 0 100000 11001111 1000010 101001

Color Harmonies of #246FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246FAE

Black with #246FAE

Text Example


Text Example

White with #246FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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