#052B49

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

Shades of Blue Whale #052B49

Tints of Blue Whale #052B49

Color information

#052B49 (or 0x052B49) is unknown color: approx Blue Whale. HEX triplet: 05, 2B and 49. RGB value is (5,43,73). Sum of RGB (Red+Green+Blue) = 5+43+73=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #052B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B49 is #FAD4B6. Grayscale: #222222. Windows color (decimal): -16438455 or 4795141. OLE color: 4795141.

HSL color Cylindrical-coordinate representation of color #052B49: hue angle of 206.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052B49 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54373-
CMYK0.930.4100.71
HSL206.47º87.18%15.29%-
HSV(B)206.47º93.15%28.63%-
XYZ2.132.246.62-
YUV35.06149.41106.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 73 (28.91% from 255) = 60.33%
R=4.13%
G=35.54%
B=60.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal543730.930.4100.71206.4787.1815.29
Hex52B495D29047ce57f
Octal55311113551010731612717
Binary10110101110010011011101101001010001111100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,43,73); }

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

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

 a { background-color: rgb(5,43,73); }

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

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

 span { border-color: rgb(5,43,73); }

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