#246cab

Color #246CAB Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #246CAB

Tints of Lochmara #246CAB

Color information

#246CAB (or 0x246CAB) is unknown color: approx 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

RGB36108171-
CMYK0.790.3700.33
HSL208º65.22%40.59%-
HSV(B)208º78.95%67.06%-
XYZ13.4414.0440.53-
YUV93.65171.6586.88-

RGB Variations

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

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 (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361081710.790.3700.3320865.2240.59
Hex246CAB4F25021d04129
Octal441542531174504132010151
Binary10010011011001010101110011111001010100001110100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>