Html Css Color HEX #246AAF Lochmara

📋 copy color: '#246AAF'

red 36 ◦ green 106 ◦ blue 175

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

Shades of Lochmara #246AAF

Tints of Lochmara #246AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

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

R = 11.36%
G = 33.44%
B = 55.21%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#246AAF (or 0x246AAF) is known color: Lochmara. HEX triplet: 24, 6A and AF. RGB value is (36,106,175). Sum of RGB (Red+Green+Blue) = 36+106+175=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #246AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AAF is #DB9550. Grayscale: #5C5C5C. Windows color (decimal): -14390609 or 11495972. OLE color: 11495972.

HSL color Cylindrical-coordinate representation of color #246AAF: hue angle of 209.78º 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 #246AAF is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 106 175 -
CMYK 0.79 0.39 0 0.31
HSL 209.78º 0.66% 0.41% -
HSV(B) 209.78º 0.79% 0.69% -
XYZ 13.62 13.78 42.5 -
YUV 92.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 36 106 175 0.79 0.39 0 0.31 209.78 0.66 0.41
Hex 24 6A AF 4F 27 0 1F D2 42 29
Octal 44 152 257 117 47 0 37 322 102 51
Binary 100100 1101010 10101111 1001111 100111 0 11111 11010010 1000010 101001

Color Harmonies of #246AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AAF

Black with #246AAF

Text Example


Text Example

White with #246AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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