#052A48

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

Shades of Blue Whale #052A48

Tints of Blue Whale #052A48

Color information

#052A48 (or 0x052A48) is unknown color: approx Blue Whale. HEX triplet: 05, 2A and 48. RGB value is (5,42,72). Sum of RGB (Red+Green+Blue) = 5+42+72=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #052A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A48 is #FAD5B7. Grayscale: #222222. Windows color (decimal): -16438712 or 4729349. OLE color: 4729349.

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

Color convert

RGB54272-
CMYK0.930.4200.72
HSL206.87º87.01%15.1%-
HSV(B)206.87º93.06%28.24%-
XYZ2.062.166.44-
YUV34.36149.24107.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=4.20%
G=35.29%
B=60.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal542720.930.4200.72206.8787.0115.1
Hex52A485D2A048cf57f
Octal55211013552011031712717
Binary10110101010010001011101101010010010001100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,42,72); }

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

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

 a { background-color: rgb(5,42,72); }

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

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

 span { border-color: rgb(5,42,72); }

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