#033F5B

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

Shades of Prussian Blue #033F5B

Tints of Prussian Blue #033F5B

Color information

#033F5B (or 0x033F5B) is unknown color: approx Prussian Blue. HEX triplet: 03, 3F and 5B. RGB value is (3,63,91). Sum of RGB (Red+Green+Blue) = 3+63+91=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #033F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F5B is #FCC0A4. Grayscale: #303030. Windows color (decimal): -16564389 or 5979907. OLE color: 5979907.

HSL color Cylindrical-coordinate representation of color #033F5B: hue angle of 199.09º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F5B is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB36391-
CMYK0.970.3100.64
HSL199.09º93.62%18.43%-
HSV(B)199.09º96.7%35.69%-
XYZ3.74.3310.54-
YUV48.25152.1295.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=1.91%
G=40.13%
B=57.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal363910.970.3100.64199.0993.6218.43
Hex33F5B611F040c75e12
Octal37713314137010030713622
Binary1111111110110111100001111110100000011000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,91); }

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

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

 a { background-color: rgb(3,63,91); }

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

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

 span { border-color: rgb(3,63,91); }

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