#04354C

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

Shades of Blue Whale #04354C

Tints of Blue Whale #04354C

Color information

#04354C (or 0x04354C) is unknown color: approx Blue Whale. HEX triplet: 04, 35 and 4C. RGB value is (4,53,76). Sum of RGB (Red+Green+Blue) = 4+53+76=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #04354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04354C is #FBCAB3. Grayscale: #282828. Windows color (decimal): -16501428 or 4994308. OLE color: 4994308.

HSL color Cylindrical-coordinate representation of color #04354C: hue angle of 199.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04354C is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB45376-
CMYK0.950.3000.70
HSL199.17º90%15.69%-
HSV(B)199.17º94.74%29.8%-
XYZ2.633.097.3-
YUV40.97147.77101.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=3.01%
G=39.85%
B=57.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal453760.950.3000.70199.179015.69
Hex4354C5F1E046c75a10
Octal46511413736010630713220
Binary10011010110011001011111111100100011011000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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