Html Css Color HEX #033973 Prussian Blue

📋 copy color: '#033973'

red 3 ◦ green 57 ◦ blue 115

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

Shades of Prussian Blue #033973

Tints of Prussian Blue #033973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

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

R = 1.71%
G = 32.57%
B = 65.71%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033973 (or 0x033973) is known color: Prussian Blue. HEX triplet: 03, 39 and 73. RGB value is (3,57,115). Sum of RGB (Red+Green+Blue) = 3+57+115=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #033973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033973 is #FCC68C. Grayscale: #2F2F2F. Windows color (decimal): -16565901 or 7551235. OLE color: 7551235.

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

Color convert

RGB 3 57 115 -
CMYK 0.97 0.50 0 0.55
HSL 211.07º 0.95% 0.23% -
HSV(B) 211.07º 0.97% 0.45% -
XYZ 4.6 4.18 16.78 -
YUV 47.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 3 57 115 0.97 0.50 0 0.55 211.07 0.95 0.23
Hex 3 39 73 61 32 0 37 D3 5F 17
Octal 3 71 163 141 62 0 67 323 137 27
Binary 11 111001 1110011 1100001 110010 0 110111 11010011 1011111 10111

Color Harmonies of #033973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033973

Black with #033973

Text Example


Text Example

White with #033973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033973; }

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

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

background-color css

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

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

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

border-color css

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

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

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