#052E40

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

Shades of Blue Whale #052E40

Tints of Blue Whale #052E40

Color information

#052E40 (or 0x052E40) is unknown color: approx Blue Whale. HEX triplet: 05, 2E and 40. RGB value is (5,46,64). Sum of RGB (Red+Green+Blue) = 5+46+64=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #052E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E40 is #FAD1BF. Grayscale: #232323. Windows color (decimal): -16437696 or 4206085. OLE color: 4206085.

HSL color Cylindrical-coordinate representation of color #052E40: hue angle of 198.31º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052E40 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54664-
CMYK0.920.2800.75
HSL198.31º85.51%13.53%-
HSV(B)198.31º92.19%25.1%-
XYZ1.962.365.2-
YUV35.79143.92106.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=4.35%
G=40%
B=55.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal546640.920.2800.75198.3185.5113.53
Hex52E405C1C04Bc656e
Octal55610013434011330612616
Binary1011011101000000101110011100010010111100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,64); }

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

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

 a { background-color: rgb(5,46,64); }

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

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

 span { border-color: rgb(5,46,64); }

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