#04304A

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

Shades of Blue Whale #04304A

Tints of Blue Whale #04304A

Color information

#04304A (or 0x04304A) is unknown color: approx Blue Whale. HEX triplet: 04, 30 and 4A. RGB value is (4,48,74). Sum of RGB (Red+Green+Blue) = 4+48+74=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #04304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04304A is #FBCFB5. Grayscale: #252525. Windows color (decimal): -16502710 or 4861956. OLE color: 4861956.

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

Color convert

RGB44874-
CMYK0.950.3500.71
HSL202.29º89.74%15.29%-
HSV(B)202.29º94.59%29.02%-
XYZ2.342.636.86-
YUV37.81148.42103.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 74 (29.30% from 255) = 58.73%
R=3.17%
G=38.10%
B=58.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal448740.950.3500.71202.2989.7415.29
Hex4304A5F23047ca5af
Octal46011213743010731213217
Binary10011000010010101011111100011010001111100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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