#003569

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

Shades of Prussian Blue #003569

Tints of Prussian Blue #003569

Color information

#003569 (or 0x003569) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 69. RGB value is (0,53,105). Sum of RGB (Red+Green+Blue) = 0+53+105=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #003569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003569 is #FFCA96. Grayscale: #2A2A2A. Windows color (decimal): -16763543 or 6894848. OLE color: 6894848.

HSL color Cylindrical-coordinate representation of color #003569: hue angle of 209.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003569 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB053105-
CMYK10.5000.59
HSL209.71º100%20.59%-
HSV(B)209.71º100%41.18%-
XYZ3.823.5713.85-
YUV43.08162.9497.27-

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) = 33.54%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=0%
G=33.54%
B=66.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal05310510.5000.59209.7110020.59
Hex03569643203Bd26415
Octal0651511446207332214425
Binary011010111010011100100110010011101111010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003569; }

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

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

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

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

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

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

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

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