#033244

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

Shades of Blue Whale #033244

Tints of Blue Whale #033244

Color information

#033244 (or 0x033244) is unknown color: approx Blue Whale. HEX triplet: 03, 32 and 44. RGB value is (3,50,68). Sum of RGB (Red+Green+Blue) = 3+50+68=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #033244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033244 is #FCCDBB. Grayscale: #252525. Windows color (decimal): -16567740 or 4469251. OLE color: 4469251.

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

Color convert

RGB35068-
CMYK0.960.2600.73
HSL196.62º91.55%13.92%-
HSV(B)196.62º95.59%26.67%-
XYZ2.222.725.88-
YUV38144.93103.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=2.48%
G=41.32%
B=56.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal350680.960.2600.73196.6291.5513.92
Hex33244601A049c55ce
Octal36210414032011130513416
Binary111100101000100110000011010010010011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033244; }

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

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

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

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

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

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

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

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