#033247

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

Shades of Blue Whale #033247

Tints of Blue Whale #033247

Color information

#033247 (or 0x033247) is unknown color: approx Blue Whale. HEX triplet: 03, 32 and 47. RGB value is (3,50,71). Sum of RGB (Red+Green+Blue) = 3+50+71=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #033247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033247 is #FCCDB8. Grayscale: #262626. Windows color (decimal): -16567737 or 4665859. OLE color: 4665859.

HSL color Cylindrical-coordinate representation of color #033247: hue angle of 198.53º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033247 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB35071-
CMYK0.960.3000.72
HSL198.53º91.89%14.51%-
HSV(B)198.53º95.77%27.84%-
XYZ2.322.766.37-
YUV38.34146.43102.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=2.42%
G=40.32%
B=57.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal350710.960.3000.72198.5391.8914.51
Hex33247601E048c75cf
Octal36210714036011030713417
Binary111100101000111110000011110010010001100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033247; }

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

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

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

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

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

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

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

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