#052F4B

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

Shades of Blue Whale #052F4B

Tints of Blue Whale #052F4B

Color information

#052F4B (or 0x052F4B) is unknown color: approx Blue Whale. HEX triplet: 05, 2F and 4B. RGB value is (5,47,75). Sum of RGB (Red+Green+Blue) = 5+47+75=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #052F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F4B is #FAD0B4. Grayscale: #252525. Windows color (decimal): -16437429 or 4927237. OLE color: 4927237.

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

Color convert

RGB54775-
CMYK0.930.3700.71
HSL204º87.5%15.69%-
HSV(B)204º93.33%29.41%-
XYZ2.352.577.03-
YUV37.63149.09104.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=3.94%
G=37.01%
B=59.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal547750.930.3700.7120487.515.69
Hex52F4B5D25047cc5810
Octal55711313545010731413020
Binary101101111100101110111011001010100011111001100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,47,75); }

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

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

 a { background-color: rgb(5,47,75); }

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

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

 span { border-color: rgb(5,47,75); }

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