Html Css Color HEX #246AAB Lochmara

📋 copy color: '#246AAB'

red 36 ◦ green 106 ◦ blue 171

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

Shades of Lochmara #246AAB

Tints of Lochmara #246AAB

RGB

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

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

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

R = 11.5%
G = 33.87%
B = 54.63%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246AAB (or 0x246AAB) is known color: Lochmara. HEX triplet: 24, 6A and AB. RGB value is (36,106,171). Sum of RGB (Red+Green+Blue) = 36+106+171=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #246AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AAB is #DB9554. Grayscale: #5C5C5C. Windows color (decimal): -14390613 or 11233828. OLE color: 11233828.

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

Color convert

RGB 36 106 171 -
CMYK 0.79 0.38 0 0.33
HSL 208.89º 0.65% 0.41% -
HSV(B) 208.89º 0.79% 0.67% -
XYZ 13.23 13.62 40.46 -
YUV 92.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 36 106 171 0.79 0.38 0 0.33 208.89 0.65 0.41
Hex 24 6A AB 4F 26 0 21 D1 41 29
Octal 44 152 253 117 46 0 41 321 101 51
Binary 100100 1101010 10101011 1001111 100110 0 100001 11010001 1000001 101001

Color Harmonies of #246AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AAB

Black with #246AAB

Text Example


Text Example

White with #246AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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