#04324B

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

Shades of Blue Whale #04324B

Tints of Blue Whale #04324B

Color information

#04324B (or 0x04324B) is unknown color: approx Blue Whale. HEX triplet: 04, 32 and 4B. RGB value is (4,50,75). Sum of RGB (Red+Green+Blue) = 4+50+75=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #04324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04324B is #FBCDB4. Grayscale: #262626. Windows color (decimal): -16502197 or 4928004. OLE color: 4928004.

HSL color Cylindrical-coordinate representation of color #04324B: hue angle of 201.13º 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 #04324B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB45075-
CMYK0.950.3300.71
HSL201.13º89.87%15.49%-
HSV(B)201.13º94.67%29.41%-
XYZ2.462.827.07-
YUV39.1148.26102.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=3.10%
G=38.76%
B=58.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal450750.950.3300.71201.1389.8715.49
Hex4324B5F21047c95af
Octal46211313741010731113217
Binary10011001010010111011111100001010001111100100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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