#033C63

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

Shades of Prussian Blue #033C63

Tints of Prussian Blue #033C63

Color information

#033C63 (or 0x033C63) is unknown color: approx Prussian Blue. HEX triplet: 03, 3C and 63. RGB value is (3,60,99). Sum of RGB (Red+Green+Blue) = 3+60+99=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #033C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C63 is #FCC39C. Grayscale: #2F2F2F. Windows color (decimal): -16565149 or 6503427. OLE color: 6503427.

HSL color Cylindrical-coordinate representation of color #033C63: hue angle of 204.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C63 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB36099-
CMYK0.970.3900.61
HSL204.38º94.12%20%-
HSV(B)204.38º96.97%38.82%-
XYZ3.914.1512.4-
YUV47.4157.1296.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 99 (39.06% from 255) = 61.11%
R=1.85%
G=37.04%
B=61.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal360990.970.3900.61204.3894.1220
Hex33C63612703Dcc5e14
Octal3741431414707531413624
Binary1111110011000111100001100111011110111001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033C63; }

 p { color: rgb(3,60,99); }

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

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

 a { background-color: rgb(3,60,99); }

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

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

 span { border-color: rgb(3,60,99); }

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