Html Css Color HEX #033573 Prussian Blue

📋 copy color: '#033573'

red 3 ◦ green 53 ◦ blue 115

#033573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #033573

Tints of Prussian Blue #033573

RGB

 RED value IS 3 (1.56% from 255) = 1.75%

 GREEN value IS 53 (21.09% from 255) = 30.99%

 BLUE value IS 115 (45.31% from 255) = 67.25%

R = 1.75%
G = 30.99%
B = 67.25%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033573 (or 0x033573) is known color: Prussian Blue. HEX triplet: 03, 35 and 73. RGB value is (3,53,115). Sum of RGB (Red+Green+Blue) = 3+53+115=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #033573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033573 is #FCCA8C. Grayscale: #2C2C2C. Windows color (decimal): -16566925 or 7550211. OLE color: 7550211.

HSL color Cylindrical-coordinate representation of color #033573: hue angle of 213.21º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033573 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 53 115 -
CMYK 0.97 0.54 0 0.55
HSL 213.21º 0.95% 0.23% -
HSV(B) 213.21º 0.97% 0.45% -
XYZ 4.41 3.8 16.72 -
YUV 45.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 3 53 115 0.97 0.54 0 0.55 213.21 0.95 0.23
Hex 3 35 73 61 36 0 37 D5 5F 17
Octal 3 65 163 141 66 0 67 325 137 27
Binary 11 110101 1110011 1100001 110110 0 110111 11010101 1011111 10111

Color Harmonies of #033573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033573

Black with #033573

Text Example


Text Example

White with #033573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033573; }

 p { color: rgb(3,53,115); }

 H1.HeaderClassName
 {
   color: #033573;
 }
 .AnyTagClassName
 {
   color: #033573;
 }
</style>

background-color css

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

 a { background-color: rgb(3,53,115); }

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

border-color css

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

 span { border-color: rgb(3,53,115); }

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