#2473A0

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

Shades of Lochmara #2473A0

Tints of Lochmara #2473A0

Color information

#2473A0 (or 0x2473A0) is unknown color: approx Lochmara. HEX triplet: 24, 73 and A0. RGB value is (36,115,160). Sum of RGB (Red+Green+Blue) = 36+115+160=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #2473A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2473A0 is #DB8C5F. Grayscale: #606060. Windows color (decimal): -14388320 or 10515236. OLE color: 10515236.

HSL color Cylindrical-coordinate representation of color #2473A0: hue angle of 201.77º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2473A0 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB36115160-
CMYK0.780.2800.37
HSL201.77º63.27%38.43%-
HSV(B)201.77º77.5%62.75%-
XYZ13.215.1735.49-
YUV96.51163.8384.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 160 (62.89% from 255) = 51.45%
R=11.58%
G=36.98%
B=51.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal361151600.780.2800.37201.7763.2738.43
Hex2473A04E1C025ca3f26
Octal44163240116340453127746
Binary100100111001110100000100111011100010010111001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2473A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2473A0; }

 p { color: rgb(36,115,160); }

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

<style>
 a { background-color: #2473A0; }

 a { background-color: rgb(36,115,160); }

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

<style>
 span { border-color: #2473A0; }

 span { border-color: rgb(36,115,160); }

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