#052C4A

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

Shades of Blue Whale #052C4A

Tints of Blue Whale #052C4A

Color information

#052C4A (or 0x052C4A) is unknown color: approx Blue Whale. HEX triplet: 05, 2C and 4A. RGB value is (5,44,74). Sum of RGB (Red+Green+Blue) = 5+44+74=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #052C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C4A is #FAD3B5. Grayscale: #232323. Windows color (decimal): -16438198 or 4860933. OLE color: 4860933.

HSL color Cylindrical-coordinate representation of color #052C4A: hue angle of 206.09º 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 #052C4A is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54474-
CMYK0.930.4100.71
HSL206.09º87.34%15.49%-
HSV(B)206.09º93.24%29.02%-
XYZ2.22.336.81-
YUV35.76149.58106.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 74 (29.30% from 255) = 60.16%
R=4.07%
G=35.77%
B=60.16%

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
Decimal544740.930.4100.71206.0987.3415.49
Hex52C4A5D29047ce57f
Octal55411213551010731612717
Binary10110110010010101011101101001010001111100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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