#04354A

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

Shades of Blue Whale #04354A

Tints of Blue Whale #04354A

Color information

#04354A (or 0x04354A) is unknown color: approx Blue Whale. HEX triplet: 04, 35 and 4A. RGB value is (4,53,74). Sum of RGB (Red+Green+Blue) = 4+53+74=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #04354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04354A is #FBCAB5. Grayscale: #282828. Windows color (decimal): -16501430 or 4863236. OLE color: 4863236.

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

Color convert

RGB45374-
CMYK0.950.2800.71
HSL198º89.74%15.29%-
HSV(B)198º94.59%29.02%-
XYZ2.563.076.94-
YUV40.74146.77101.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=3.05%
G=40.46%
B=56.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal453740.950.2800.7119889.7415.29
Hex4354A5F1C047c65af
Octal46511213734010730613217
Binary1001101011001010101111111100010001111100011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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