Html Css Color HEX #033163 Prussian Blue

📋 copy color: '#033163'

red 3 ◦ green 49 ◦ blue 99

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

Shades of Prussian Blue #033163

Tints of Prussian Blue #033163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.56%

R = 1.99%
G = 32.45%
B = 65.56%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#033163 (or 0x033163) is known color: Prussian Blue. HEX triplet: 03, 31 and 63. RGB value is (3,49,99). Sum of RGB (Red+Green+Blue) = 3+49+99=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #033163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033163 is #FCCE9C. Grayscale: #282828. Windows color (decimal): -16567965 or 6500611. OLE color: 6500611.

HSL color Cylindrical-coordinate representation of color #033163: hue angle of 211.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033163 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 49 99 -
CMYK 0.97 0.51 0 0.61
HSL 211.25º 0.94% 0.2% -
HSV(B) 211.25º 0.97% 0.39% -
XYZ 3.39 3.12 12.23 -
YUV 40.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 3 49 99 0.97 0.51 0 0.61 211.25 0.94 0.2
Hex 3 31 63 61 33 0 3D D3 5E 14
Octal 3 61 143 141 63 0 75 323 136 24
Binary 11 110001 1100011 1100001 110011 0 111101 11010011 1011110 10100

Color Harmonies of #033163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033163

Black with #033163

Text Example


Text Example

White with #033163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033163; }

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

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

background-color css

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

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

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

border-color css

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

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

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