#033142

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

Shades of Blue Whale #033142

Tints of Blue Whale #033142

Color information

#033142 (or 0x033142) is unknown color: approx Blue Whale. HEX triplet: 03, 31 and 42. RGB value is (3,49,66). Sum of RGB (Red+Green+Blue) = 3+49+66=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #033142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033142 is #FCCEBD. Grayscale: #252525. Windows color (decimal): -16567998 or 4337923. OLE color: 4337923.

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

Color convert

RGB34966-
CMYK0.950.2600.74
HSL196.19º91.3%13.53%-
HSV(B)196.19º95.45%25.88%-
XYZ2.122.615.55-
YUV37.18144.26103.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 66 (26.17% from 255) = 55.93%
R=2.54%
G=41.53%
B=55.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal349660.950.2600.74196.1991.313.53
Hex331425F1A04Ac45be
Octal36110213732011230413316
Binary111100011000010101111111010010010101100010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033142; }

 p { color: rgb(3,49,66); }

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

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

 a { background-color: rgb(3,49,66); }

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

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

 span { border-color: rgb(3,49,66); }

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