#003577

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

Shades of Prussian Blue #003577

Tints of Prussian Blue #003577

Color information

#003577 (or 0x003577) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 77. RGB value is (0,53,119). Sum of RGB (Red+Green+Blue) = 0+53+119=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #003577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003577 is #FFCA88. Grayscale: #2C2C2C. Windows color (decimal): -16763529 or 7812352. OLE color: 7812352.

HSL color Cylindrical-coordinate representation of color #003577: hue angle of 213.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003577 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB053119-
CMYK10.5500.53
HSL213.28º100%23.33%-
HSV(B)213.28º100%46.67%-
XYZ4.63.8817.96-
YUV44.68169.9496.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 119 (46.88% from 255) = 69.19%
R=0%
G=30.81%
B=69.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal05311910.5500.53213.2810023.33
Hex035776437035d56417
Octal0651671446706532514427
Binary011010111101111100100110111011010111010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003577; }

 p { color: rgb(0,53,119); }

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

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

 a { background-color: rgb(0,53,119); }

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

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

 span { border-color: rgb(0,53,119); }

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