#03304B

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

Shades of Blue Whale #03304B

Tints of Blue Whale #03304B

Color information

#03304B (or 0x03304B) is unknown color: approx Blue Whale. HEX triplet: 03, 30 and 4B. RGB value is (3,48,75). Sum of RGB (Red+Green+Blue) = 3+48+75=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #03304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03304B is #FCCFB4. Grayscale: #252525. Windows color (decimal): -16568245 or 4927491. OLE color: 4927491.

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

Color convert

RGB34875-
CMYK0.960.3600.71
HSL202.5º92.31%15.29%-
HSV(B)202.5º96%29.41%-
XYZ2.362.647.04-
YUV37.62149.09103.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=2.38%
G=38.10%
B=59.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal348750.960.3600.71202.592.3115.29
Hex3304B6024047ca5cf
Octal36011314044010731213417
Binary1111000010010111100000100100010001111100101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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