Html Css Color HEX #246FAB Lochmara

📋 copy color: '#246FAB'

red 36 ◦ green 111 ◦ blue 171

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

Shades of Lochmara #246FAB

Tints of Lochmara #246FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 11.32%
G = 34.91%
B = 53.77%

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

#246FAB (or 0x246FAB) is known color: Lochmara. HEX triplet: 24, 6F and AB. RGB value is (36,111,171). Sum of RGB (Red+Green+Blue) = 36+111+171=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #246FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FAB is #DB9054. Grayscale: #5F5F5F. Windows color (decimal): -14389333 or 11235108. OLE color: 11235108.

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

Color convert

RGB 36 111 171 -
CMYK 0.79 0.35 0 0.33
HSL 206.67º 0.65% 0.41% -
HSV(B) 206.67º 0.79% 0.67% -
XYZ 13.76 14.68 40.64 -
YUV 95.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 36 111 171 0.79 0.35 0 0.33 206.67 0.65 0.41
Hex 24 6F AB 4F 23 0 21 CF 41 29
Octal 44 157 253 117 43 0 41 317 101 51
Binary 100100 1101111 10101011 1001111 100011 0 100001 11001111 1000001 101001

Color Harmonies of #246FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246FAB

Black with #246FAB

Text Example


Text Example

White with #246FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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