#033246

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

Shades of Blue Whale #033246

Tints of Blue Whale #033246

Color information

#033246 (or 0x033246) is unknown color: approx Blue Whale. HEX triplet: 03, 32 and 46. RGB value is (3,50,70). Sum of RGB (Red+Green+Blue) = 3+50+70=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #033246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033246 is #FCCDB9. Grayscale: #262626. Windows color (decimal): -16567738 or 4600323. OLE color: 4600323.

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

Color convert

RGB35070-
CMYK0.960.2900.73
HSL197.91º91.78%14.31%-
HSV(B)197.91º95.71%27.45%-
XYZ2.282.746.2-
YUV38.23145.93102.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=2.44%
G=40.65%
B=56.91%

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
Decimal350700.960.2900.73197.9191.7814.31
Hex33246601D049c65ce
Octal36210614035011130613416
Binary111100101000110110000011101010010011100011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033246; }

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

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

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

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

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

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

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

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