Html Css Color HEX #033279 Prussian Blue

📋 copy color: '#033279'

red 3 ◦ green 50 ◦ blue 121

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

Shades of Prussian Blue #033279

Tints of Prussian Blue #033279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 121 (47.66% from 255) = 69.54%

R = 1.72%
G = 28.74%
B = 69.54%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#033279 (or 0x033279) is known color: Prussian Blue. HEX triplet: 03, 32 and 79. RGB value is (3,50,121). Sum of RGB (Red+Green+Blue) = 3+50+121=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #033279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033279 is #FCCD86. Grayscale: #2B2B2B. Windows color (decimal): -16567687 or 7942659. OLE color: 7942659.

HSL color Cylindrical-coordinate representation of color #033279: hue angle of 216.1º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033279 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 50 121 -
CMYK 0.98 0.59 0 0.53
HSL 216.1º 0.95% 0.24% -
HSV(B) 216.1º 0.98% 0.47% -
XYZ 4.63 3.68 18.56 -
YUV 44.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 3 50 121 0.98 0.59 0 0.53 216.1 0.95 0.24
Hex 3 32 79 62 3B 0 35 D8 5F 18
Octal 3 62 171 142 73 0 65 330 137 30
Binary 11 110010 1111001 1100010 111011 0 110101 11011000 1011111 11000

Color Harmonies of #033279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033279

Black with #033279

Text Example


Text Example

White with #033279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033279; }

 p { color: rgb(3,50,121); }

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

background-color css

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

 a { background-color: rgb(3,50,121); }

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

border-color css

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

 span { border-color: rgb(3,50,121); }

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