#033041

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

Shades of Blue Whale #033041

Tints of Blue Whale #033041

Color information

#033041 (or 0x033041) is unknown color: approx Blue Whale. HEX triplet: 03, 30 and 41. RGB value is (3,48,65). Sum of RGB (Red+Green+Blue) = 3+48+65=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #033041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033041 is #FCCFBE. Grayscale: #242424. Windows color (decimal): -16568255 or 4272131. OLE color: 4272131.

HSL color Cylindrical-coordinate representation of color #033041: hue angle of 196.45º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033041 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34865-
CMYK0.950.2600.75
HSL196.45º91.18%13.33%-
HSV(B)196.45º95.38%25.49%-
XYZ2.052.515.38-
YUV36.48144.09104.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=2.59%
G=41.38%
B=56.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal348650.950.2600.75196.4591.1813.33
Hex330415F1A04Bc45bd
Octal36010113732011330413315
Binary111100001000001101111111010010010111100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033041; }

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

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

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

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

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

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

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

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