#2470B1

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

Shades of Lochmara #2470B1

Tints of Lochmara #2470B1

Color information

#2470B1 (or 0x2470B1) is unknown color: approx Lochmara. HEX triplet: 24, 70 and B1. RGB value is (36,112,177). Sum of RGB (Red+Green+Blue) = 36+112+177=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #2470B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2470B1 is #DB8F4E. Grayscale: #606060. Windows color (decimal): -14389071 or 11628580. OLE color: 11628580.

HSL color Cylindrical-coordinate representation of color #2470B1: hue angle of 207.66º 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 #2470B1 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36112177-
CMYK0.800.3700.31
HSL207.66º66.2%41.76%-
HSV(B)207.66º79.66%69.41%-
XYZ14.4615.1443.75-
YUV96.69173.3284.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 177 (69.53% from 255) = 54.46%
R=11.08%
G=34.46%
B=54.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361121770.800.3700.31207.6666.241.76
Hex2470B1502501Fd0422a
Octal441602611204503732010252
Binary1001001110000101100011010000100101011111110100001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2470B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2470B1; }

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

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

<style>
 a { background-color: #2470B1; }

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

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

<style>
 span { border-color: #2470B1; }

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

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