#033650

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

Shades of Prussian Blue #033650

Tints of Prussian Blue #033650

Color information

#033650 (or 0x033650) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 50. RGB value is (3,54,80). Sum of RGB (Red+Green+Blue) = 3+54+80=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #033650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033650 is #FCC9AF. Grayscale: #292929. Windows color (decimal): -16566704 or 5256707. OLE color: 5256707.

HSL color Cylindrical-coordinate representation of color #033650: hue angle of 200.26º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033650 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35480-
CMYK0.960.3300.69
HSL200.26º92.77%16.27%-
HSV(B)200.26º96.25%31.37%-
XYZ2.83.248.07-
YUV41.72149.6100.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=2.19%
G=39.42%
B=58.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal354800.960.3300.69200.2692.7716.27
Hex336506021045c85d10
Octal36612014041010531013520
Binary11110110101000011000001000010100010111001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033650; }

 p { color: rgb(3,54,80); }

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

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

 a { background-color: rgb(3,54,80); }

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

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

 span { border-color: rgb(3,54,80); }

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