#246EB1

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

Shades of Lochmara #246EB1

Tints of Lochmara #246EB1

Color information

#246EB1 (or 0x246EB1) is unknown color: approx Lochmara. HEX triplet: 24, 6E and B1. RGB value is (36,110,177). Sum of RGB (Red+Green+Blue) = 36+110+177=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #246EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246EB1 is #DB914E. Grayscale: #5F5F5F. Windows color (decimal): -14389583 or 11628068. OLE color: 11628068.

HSL color Cylindrical-coordinate representation of color #246EB1: hue angle of 208.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #246EB1 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36110177-
CMYK0.800.3800.31
HSL208.51º66.2%41.76%-
HSV(B)208.51º79.66%69.41%-
XYZ14.2414.743.68-
YUV95.51173.9885.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.15%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=11.15%
G=34.06%
B=54.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361101770.800.3800.31208.5166.241.76
Hex246EB1502601Fd1422a
Octal441562611204603732110252
Binary1001001101110101100011010000100110011111110100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,110,177); }

 H1.HeaderClassName
 {
   color: #246EB1;
 }
 .AnyTagClassName
 {
   color: #246EB1;
 }
</style>
background-color css

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

 a { background-color: rgb(36,110,177); }

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

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

 span { border-color: rgb(36,110,177); }

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