#052B46

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

Shades of Blue Whale #052B46

Tints of Blue Whale #052B46

Color information

#052B46 (or 0x052B46) is unknown color: approx Blue Whale. HEX triplet: 05, 2B and 46. RGB value is (5,43,70). Sum of RGB (Red+Green+Blue) = 5+43+70=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #052B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B46 is #FAD4B9. Grayscale: #222222. Windows color (decimal): -16438458 or 4598533. OLE color: 4598533.

HSL color Cylindrical-coordinate representation of color #052B46: hue angle of 204.92º degrees, saturation: 0.87, 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 #052B46 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54370-
CMYK0.930.3900.73
HSL204.92º86.67%14.71%-
HSV(B)204.92º92.86%27.45%-
XYZ2.032.26.11-
YUV34.72147.91106.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 70 (27.73% from 255) = 59.32%
R=4.24%
G=36.44%
B=59.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal543700.930.3900.73204.9286.6714.71
Hex52B465D27049cd57f
Octal55310613547011131512717
Binary10110101110001101011101100111010010011100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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