Html Css Color HEX #246FAF Lochmara

📋 copy color: '#246FAF'

red 36 ◦ green 111 ◦ blue 175

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

Shades of Lochmara #246FAF

Tints of Lochmara #246FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 11.18%
G = 34.47%
B = 54.35%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#246FAF (or 0x246FAF) is known color: Lochmara. HEX triplet: 24, 6F and AF. RGB value is (36,111,175). Sum of RGB (Red+Green+Blue) = 36+111+175=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #246FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FAF is #DB9050. Grayscale: #5F5F5F. Windows color (decimal): -14389329 or 11497252. OLE color: 11497252.

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

Color convert

RGB 36 111 175 -
CMYK 0.79 0.37 0 0.31
HSL 207.63º 0.66% 0.41% -
HSV(B) 207.63º 0.79% 0.69% -
XYZ 14.15 14.84 42.68 -
YUV 95.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 36 111 175 0.79 0.37 0 0.31 207.63 0.66 0.41
Hex 24 6F AF 4F 25 0 1F D0 42 29
Octal 44 157 257 117 45 0 37 320 102 51
Binary 100100 1101111 10101111 1001111 100101 0 11111 11010000 1000010 101001

Color Harmonies of #246FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246FAF

Black with #246FAF

Text Example


Text Example

White with #246FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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