Html Css Color HEX #033379 Prussian Blue

📋 copy color: '#033379'

red 3 ◦ green 51 ◦ blue 121

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

Shades of Prussian Blue #033379

Tints of Prussian Blue #033379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 1.71%
G = 29.14%
B = 69.14%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#033379 (or 0x033379) is known color: Prussian Blue. HEX triplet: 03, 33 and 79. RGB value is (3,51,121). Sum of RGB (Red+Green+Blue) = 3+51+121=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #033379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033379 is #FCCC86. Grayscale: #2C2C2C. Windows color (decimal): -16567431 or 7942915. OLE color: 7942915.

HSL color Cylindrical-coordinate representation of color #033379: hue angle of 215.59º 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 #033379 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 51 121 -
CMYK 0.98 0.58 0 0.53
HSL 215.59º 0.95% 0.24% -
HSV(B) 215.59º 0.98% 0.47% -
XYZ 4.67 3.77 18.57 -
YUV 44.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 3 51 121 0.98 0.58 0 0.53 215.59 0.95 0.24
Hex 3 33 79 62 3A 0 35 D8 5F 18
Octal 3 63 171 142 72 0 65 330 137 30
Binary 11 110011 1111001 1100010 111010 0 110101 11011000 1011111 11000

Color Harmonies of #033379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033379

Black with #033379

Text Example


Text Example

White with #033379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033379; }

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

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

background-color css

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

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

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

border-color css

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

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

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