#033040

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

Shades of Blue Whale #033040

Tints of Blue Whale #033040

Color information

#033040 (or 0x033040) is unknown color: approx Blue Whale. HEX triplet: 03, 30 and 40. RGB value is (3,48,64). Sum of RGB (Red+Green+Blue) = 3+48+64=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #033040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033040 is #FCCFBF. Grayscale: #242424. Windows color (decimal): -16568256 or 4206595. OLE color: 4206595.

HSL color Cylindrical-coordinate representation of color #033040: hue angle of 195.74º 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 #033040 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34864-
CMYK0.950.2500.75
HSL195.74º91.04%13.14%-
HSV(B)195.74º95.31%25.1%-
XYZ2.022.55.23-
YUV36.37143.59104.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=2.61%
G=41.74%
B=55.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal348640.950.2500.75195.7491.0413.14
Hex330405F1904Bc45bd
Octal36010013731011330413315
Binary111100001000000101111111001010010111100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033040; }

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

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

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

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

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

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

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

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