Html Css Color HEX #246FAA Lochmara

📋 copy color: '#246FAA'

red 36 ◦ green 111 ◦ blue 170

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

Shades of Lochmara #246FAA

Tints of Lochmara #246FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 11.36%
G = 35.02%
B = 53.63%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246FAA (or 0x246FAA) is known color: Lochmara. HEX triplet: 24, 6F and AA. RGB value is (36,111,170). Sum of RGB (Red+Green+Blue) = 36+111+170=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #246FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FAA is #DB9055. Grayscale: #5E5E5E. Windows color (decimal): -14389334 or 11169572. OLE color: 11169572.

HSL color Cylindrical-coordinate representation of color #246FAA: hue angle of 206.42º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246FAA is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 111 170 -
CMYK 0.79 0.35 0 0.33
HSL 206.42º 0.65% 0.4% -
HSV(B) 206.42º 0.79% 0.67% -
XYZ 13.67 14.65 40.14 -
YUV 95.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 36 111 170 0.79 0.35 0 0.33 206.42 0.65 0.4
Hex 24 6F AA 4F 23 0 21 CE 41 28
Octal 44 157 252 117 43 0 41 316 101 50
Binary 100100 1101111 10101010 1001111 100011 0 100001 11001110 1000001 101000

Color Harmonies of #246FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246FAA

Black with #246FAA

Text Example


Text Example

White with #246FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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