Html Css Color HEX #033160 Prussian Blue

📋 copy color: '#033160'

red 3 ◦ green 49 ◦ blue 96

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

Shades of Prussian Blue #033160

Tints of Prussian Blue #033160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

 BLUE value IS 96 (37.89% from 255) = 64.86%

R = 2.03%
G = 33.11%
B = 64.86%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#033160 (or 0x033160) is known color: Prussian Blue. HEX triplet: 03, 31 and 60. RGB value is (3,49,96). Sum of RGB (Red+Green+Blue) = 3+49+96=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #033160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033160 is #FCCE9F. Grayscale: #282828. Windows color (decimal): -16567968 or 6304003. OLE color: 6304003.

HSL color Cylindrical-coordinate representation of color #033160: hue angle of 210.32º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033160 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 49 96 -
CMYK 0.97 0.49 0 0.62
HSL 210.32º 0.94% 0.19% -
HSV(B) 210.32º 0.97% 0.38% -
XYZ 3.25 3.06 11.49 -
YUV 40.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 3 49 96 0.97 0.49 0 0.62 210.32 0.94 0.19
Hex 3 31 60 61 31 0 3E D2 5E 13
Octal 3 61 140 141 61 0 76 322 136 23
Binary 11 110001 1100000 1100001 110001 0 111110 11010010 1011110 10011

Color Harmonies of #033160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033160

Black with #033160

Text Example


Text Example

White with #033160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033160; }

 p { color: rgb(3,49,96); }

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

background-color css

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

 a { background-color: rgb(3,49,96); }

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

border-color css

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

 span { border-color: rgb(3,49,96); }

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