#2473AA

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

Shades of Lochmara #2473AA

Tints of Lochmara #2473AA

Color information

#2473AA (or 0x2473AA) is unknown color: approx Lochmara. HEX triplet: 24, 73 and AA. RGB value is (36,115,170). Sum of RGB (Red+Green+Blue) = 36+115+170=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #2473AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2473AA is #DB8C55. Grayscale: #616161. Windows color (decimal): -14388310 or 11170596. OLE color: 11170596.

HSL color Cylindrical-coordinate representation of color #2473AA: hue angle of 204.63º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2473AA is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36115170-
CMYK0.790.3200.33
HSL204.63º65.05%40.39%-
HSV(B)204.63º78.82%66.67%-
XYZ14.1115.5440.29-
YUV97.65168.8384.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=11.21%
G=35.83%
B=52.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361151700.790.3200.33204.6365.0540.39
Hex2473AA4F20021cd4128
Octal441632521174004131510150
Binary10010011100111010101010011111000000100001110011011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2473AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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