#033363

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

Shades of Prussian Blue #033363

Tints of Prussian Blue #033363

Color information

#033363 (or 0x033363) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 63. RGB value is (3,51,99). Sum of RGB (Red+Green+Blue) = 3+51+99=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #033363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033363 is #FCCC9C. Grayscale: #292929. Windows color (decimal): -16567453 or 6501123. OLE color: 6501123.

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

Color convert

RGB35199-
CMYK0.970.4800.61
HSL210º94.12%20%-
HSV(B)210º96.97%38.82%-
XYZ3.473.2912.26-
YUV42.12160.1100.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=1.96%
G=33.33%
B=64.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal351990.970.4800.6121094.1220
Hex33363613003Dd25e14
Octal3631431416007532213624
Binary1111001111000111100001110000011110111010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033363; }

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

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

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

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

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

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

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

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