#04324A

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

Shades of Blue Whale #04324A

Tints of Blue Whale #04324A

Color information

#04324A (or 0x04324A) is unknown color: approx Blue Whale. HEX triplet: 04, 32 and 4A. RGB value is (4,50,74). Sum of RGB (Red+Green+Blue) = 4+50+74=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #04324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04324A is #FBCDB5. Grayscale: #262626. Windows color (decimal): -16502198 or 4862468. OLE color: 4862468.

HSL color Cylindrical-coordinate representation of color #04324A: hue angle of 200.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04324A is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB45074-
CMYK0.950.3200.71
HSL200.57º89.74%15.29%-
HSV(B)200.57º94.59%29.02%-
XYZ2.432.86.89-
YUV38.98147.76103.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 74 (29.30% from 255) = 57.81%
R=3.12%
G=39.06%
B=57.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal450740.950.3200.71200.5789.7415.29
Hex4324A5F20047c95af
Octal46211213740010731113217
Binary10011001010010101011111100000010001111100100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04324A; }

 p { color: rgb(4,50,74); }

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

<style>
 a { background-color: #04324A; }

 a { background-color: rgb(4,50,74); }

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

<style>
 span { border-color: #04324A; }

 span { border-color: rgb(4,50,74); }

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