#033A55

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

Shades of Prussian Blue #033A55

Tints of Prussian Blue #033A55

Color information

#033A55 (or 0x033A55) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 55. RGB value is (3,58,85). Sum of RGB (Red+Green+Blue) = 3+58+85=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #033A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A55 is #FCC5AA. Grayscale: #2C2C2C. Windows color (decimal): -16565675 or 5585411. OLE color: 5585411.

HSL color Cylindrical-coordinate representation of color #033A55: hue angle of 199.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033A55 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB35885-
CMYK0.960.3200.67
HSL199.76º93.18%17.25%-
HSV(B)199.76º96.47%33.33%-
XYZ3.193.79.14-
YUV44.63150.7898.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=2.05%
G=39.73%
B=58.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal358850.960.3200.67199.7693.1817.25
Hex33A556020043c85d11
Octal37212514040010331013521
Binary11111010101010111000001000000100001111001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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