Html Css Color HEX #033476 Prussian Blue

📋 copy color: '#033476'

red 3 ◦ green 52 ◦ blue 118

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

Shades of Prussian Blue #033476

Tints of Prussian Blue #033476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 68.21%

R = 1.73%
G = 30.06%
B = 68.21%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#033476 (or 0x033476) is known color: Prussian Blue. HEX triplet: 03, 34 and 76. RGB value is (3,52,118). Sum of RGB (Red+Green+Blue) = 3+52+118=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #033476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033476 is #FCCB89. Grayscale: #2C2C2C. Windows color (decimal): -16567178 or 7746563. OLE color: 7746563.

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

Color convert

RGB 3 52 118 -
CMYK 0.97 0.56 0 0.54
HSL 214.43º 0.95% 0.24% -
HSV(B) 214.43º 0.97% 0.46% -
XYZ 4.54 3.78 17.63 -
YUV 44.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 3 52 118 0.97 0.56 0 0.54 214.43 0.95 0.24
Hex 3 34 76 61 38 0 36 D6 5F 18
Octal 3 64 166 141 70 0 66 326 137 30
Binary 11 110100 1110110 1100001 111000 0 110110 11010110 1011111 11000

Color Harmonies of #033476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033476

Black with #033476

Text Example


Text Example

White with #033476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033476; }

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

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

background-color css

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

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

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

border-color css

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

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

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