Html Css Color HEX #033473 Prussian Blue

📋 copy color: '#033473'

red 3 ◦ green 52 ◦ blue 115

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

Shades of Prussian Blue #033473

Tints of Prussian Blue #033473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 1.76%
G = 30.59%
B = 67.65%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033473 (or 0x033473) is known color: Prussian Blue. HEX triplet: 03, 34 and 73. RGB value is (3,52,115). Sum of RGB (Red+Green+Blue) = 3+52+115=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #033473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033473 is #FCCB8C. Grayscale: #2C2C2C. Windows color (decimal): -16567181 or 7549955. OLE color: 7549955.

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

Color convert

RGB 3 52 115 -
CMYK 0.97 0.55 0 0.55
HSL 213.75º 0.95% 0.23% -
HSV(B) 213.75º 0.97% 0.45% -
XYZ 4.36 3.71 16.71 -
YUV 44.53 167.77 98.38 -
System Red Green Blue C M Y K H S L
Decimal 3 52 115 0.97 0.55 0 0.55 213.75 0.95 0.23
Hex 3 34 73 61 37 0 37 D6 5F 17
Octal 3 64 163 141 67 0 67 326 137 27
Binary 11 110100 1110011 1100001 110111 0 110111 11010110 1011111 10111

Color Harmonies of #033473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033473

Black with #033473

Text Example


Text Example

White with #033473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033473; }

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

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

background-color css

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

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

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

border-color css

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

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

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