#033449

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

Shades of Blue Whale #033449

Tints of Blue Whale #033449

Color information

#033449 (or 0x033449) is unknown color: approx Blue Whale. HEX triplet: 03, 34 and 49. RGB value is (3,52,73). Sum of RGB (Red+Green+Blue) = 3+52+73=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #033449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033449 is #FCCBB6. Grayscale: #272727. Windows color (decimal): -16567223 or 4797443. OLE color: 4797443.

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

Color convert

RGB35273-
CMYK0.960.2900.71
HSL198º92.11%14.9%-
HSV(B)198º95.89%28.63%-
XYZ2.472.966.74-
YUV39.74146.77101.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=2.34%
G=40.62%
B=57.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal352730.960.2900.7119892.1114.9
Hex33449601D047c65cf
Octal36411114035010730613417
Binary111101001001001110000011101010001111100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033449; }

 p { color: rgb(3,52,73); }

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

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

 a { background-color: rgb(3,52,73); }

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

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

 span { border-color: rgb(3,52,73); }

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