#033B63

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

Shades of Prussian Blue #033B63

Tints of Prussian Blue #033B63

Color information

#033B63 (or 0x033B63) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 63. RGB value is (3,59,99). Sum of RGB (Red+Green+Blue) = 3+59+99=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #033B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B63 is #FCC49C. Grayscale: #2E2E2E. Windows color (decimal): -16565405 or 6503171. OLE color: 6503171.

HSL color Cylindrical-coordinate representation of color #033B63: hue angle of 205º 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 #033B63 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB35999-
CMYK0.970.4000.61
HSL205º94.12%20%-
HSV(B)205º96.97%38.82%-
XYZ3.854.0512.38-
YUV46.82157.4596.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=1.86%
G=36.65%
B=61.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal359990.970.4000.6120594.1220
Hex33B63612803Dcd5e14
Octal3731431415007531513624
Binary1111101111000111100001101000011110111001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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