Html Css Color HEX #246CAB Lochmara

📋 copy color: '#246CAB'

red 36 ◦ green 108 ◦ blue 171

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

Shades of Lochmara #246CAB

Tints of Lochmara #246CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.29%

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

R = 11.43%
G = 34.29%
B = 54.29%

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

#246CAB (or 0x246CAB) is known color: Lochmara. HEX triplet: 24, 6C and AB. RGB value is (36,108,171). Sum of RGB (Red+Green+Blue) = 36+108+171=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #246CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246CAB is #DB9354. Grayscale: #5D5D5D. Windows color (decimal): -14390101 or 11234340. OLE color: 11234340.

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

Color convert

RGB 36 108 171 -
CMYK 0.79 0.37 0 0.33
HSL 208º 0.65% 0.41% -
HSV(B) 208º 0.79% 0.67% -
XYZ 13.44 14.04 40.53 -
YUV 93.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 36 108 171 0.79 0.37 0 0.33 208 0.65 0.41
Hex 24 6C AB 4F 25 0 21 D0 41 29
Octal 44 154 253 117 45 0 41 320 101 51
Binary 100100 1101100 10101011 1001111 100101 0 100001 11010000 1000001 101001

Color Harmonies of #246CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246CAB

Black with #246CAB

Text Example


Text Example

White with #246CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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