#033B5A

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

Shades of Prussian Blue #033B5A

Tints of Prussian Blue #033B5A

Color information

#033B5A (or 0x033B5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 5A. RGB value is (3,59,90). Sum of RGB (Red+Green+Blue) = 3+59+90=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #033B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B5A is #FCC4A5. Grayscale: #2D2D2D. Windows color (decimal): -16565414 or 5913347. OLE color: 5913347.

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

Color convert

RGB35990-
CMYK0.970.3400.65
HSL201.38º93.55%18.24%-
HSV(B)201.38º96.67%35.29%-
XYZ3.453.8910.24-
YUV45.79152.9597.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=1.97%
G=38.82%
B=59.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal359900.970.3400.65201.3893.5518.24
Hex33B5A6122041c95e12
Octal37313214142010131113622
Binary11111011101101011000011000100100000111001001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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