#033044

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

Shades of Blue Whale #033044

Tints of Blue Whale #033044

Color information

#033044 (or 0x033044) is unknown color: approx Blue Whale. HEX triplet: 03, 30 and 44. RGB value is (3,48,68). Sum of RGB (Red+Green+Blue) = 3+48+68=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #033044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033044 is #FCCFBB. Grayscale: #242424. Windows color (decimal): -16568252 or 4468739. OLE color: 4468739.

HSL color Cylindrical-coordinate representation of color #033044: hue angle of 198.46º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033044 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB34868-
CMYK0.960.2900.73
HSL198.46º91.55%13.92%-
HSV(B)198.46º95.59%26.67%-
XYZ2.142.555.85-
YUV36.82145.59103.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 68 (26.95% from 255) = 57.14%
R=2.52%
G=40.34%
B=57.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal348680.960.2900.73198.4691.5513.92
Hex33044601D049c65ce
Octal36010414035011130613416
Binary111100001000100110000011101010010011100011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033044; }

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

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

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

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

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

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

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

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