#052C45

Color #052C45 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #052C45

Tints of Blue Whale #052C45

Color information

#052C45 (or 0x052C45) is unknown color: approx Blue Whale. HEX triplet: 05, 2C and 45. RGB value is (5,44,69). Sum of RGB (Red+Green+Blue) = 5+44+69=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #052C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C45 is #FAD3BA. Grayscale: #232323. Windows color (decimal): -16438203 or 4533253. OLE color: 4533253.

HSL color Cylindrical-coordinate representation of color #052C45: hue angle of 203.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052C45 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54469-
CMYK0.930.3600.73
HSL203.44º86.49%14.51%-
HSV(B)203.44º92.75%27.06%-
XYZ2.042.265.96-
YUV35.19147.08106.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 69 (27.34% from 255) = 58.47%
R=4.24%
G=37.29%
B=58.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal544690.930.3600.73203.4486.4914.51
Hex52C455D24049cb56f
Octal55410513544011131312617
Binary10110110010001011011101100100010010011100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052C45; }

 p { color: rgb(5,44,69); }

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

<style>
 a { background-color: #052C45; }

 a { background-color: rgb(5,44,69); }

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

<style>
 span { border-color: #052C45; }

 span { border-color: rgb(5,44,69); }

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