#03304A

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

Shades of Blue Whale #03304A

Tints of Blue Whale #03304A

Color information

#03304A (or 0x03304A) is unknown color: approx Blue Whale. HEX triplet: 03, 30 and 4A. RGB value is (3,48,74). Sum of RGB (Red+Green+Blue) = 3+48+74=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #03304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03304A is #FCCFB5. Grayscale: #252525. Windows color (decimal): -16568246 or 4861955. OLE color: 4861955.

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

Color convert

RGB34874-
CMYK0.960.3500.71
HSL201.97º92.21%15.1%-
HSV(B)201.97º95.95%29.02%-
XYZ2.332.636.86-
YUV37.51148.59103.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 74 (29.30% from 255) = 59.2%
R=2.4%
G=38.4%
B=59.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal348740.960.3500.71201.9792.2115.1
Hex3304A6023047ca5cf
Octal36011214043010731213417
Binary1111000010010101100000100011010001111100101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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