#033A5A

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

Shades of Prussian Blue #033A5A

Tints of Prussian Blue #033A5A

Color information

#033A5A (or 0x033A5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 5A. RGB value is (3,58,90). Sum of RGB (Red+Green+Blue) = 3+58+90=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #033A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A5A is #FCC5A5. Grayscale: #2D2D2D. Windows color (decimal): -16565670 or 5913091. OLE color: 5913091.

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

Color convert

RGB35890-
CMYK0.970.3600.65
HSL202.07º93.55%18.24%-
HSV(B)202.07º96.67%35.29%-
XYZ3.43.7810.22-
YUV45.2153.2897.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=1.99%
G=38.41%
B=59.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal358900.970.3600.65202.0793.5518.24
Hex33A5A6124041ca5e12
Octal37213214144010131213622
Binary11111010101101011000011001000100000111001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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