Html Css Color HEX #246BAB Lochmara

📋 copy color: '#246BAB'

red 36 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #246BAB

Tints of Lochmara #246BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 11.46%
G = 34.08%
B = 54.46%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246BAB (or 0x246BAB) is known color: Lochmara. HEX triplet: 24, 6B and AB. RGB value is (36,107,171). Sum of RGB (Red+Green+Blue) = 36+107+171=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #246BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BAB is #DB9454. Grayscale: #5C5C5C. Windows color (decimal): -14390357 or 11234084. OLE color: 11234084.

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

Color convert

RGB 36 107 171 -
CMYK 0.79 0.37 0 0.33
HSL 208.44º 0.65% 0.41% -
HSV(B) 208.44º 0.79% 0.67% -
XYZ 13.34 13.83 40.49 -
YUV 93.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 36 107 171 0.79 0.37 0 0.33 208.44 0.65 0.41
Hex 24 6B AB 4F 25 0 21 D0 41 29
Octal 44 153 253 117 45 0 41 320 101 51
Binary 100100 1101011 10101011 1001111 100101 0 100001 11010000 1000001 101001

Color Harmonies of #246BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246BAB

Black with #246BAB

Text Example


Text Example

White with #246BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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