Html Css Color HEX #033277 Prussian Blue

📋 copy color: '#033277'

red 3 ◦ green 50 ◦ blue 119

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

Shades of Prussian Blue #033277

Tints of Prussian Blue #033277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 1.74%
G = 29.07%
B = 69.19%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#033277 (or 0x033277) is known color: Prussian Blue. HEX triplet: 03, 32 and 77. RGB value is (3,50,119). Sum of RGB (Red+Green+Blue) = 3+50+119=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #033277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033277 is #FCCD88. Grayscale: #2B2B2B. Windows color (decimal): -16567689 or 7811587. OLE color: 7811587.

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

Color convert

RGB 3 50 119 -
CMYK 0.97 0.58 0 0.53
HSL 215.69º 0.95% 0.24% -
HSV(B) 215.69º 0.97% 0.47% -
XYZ 4.51 3.63 17.92 -
YUV 43.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 3 50 119 0.97 0.58 0 0.53 215.69 0.95 0.24
Hex 3 32 77 61 3A 0 35 D8 5F 18
Octal 3 62 167 141 72 0 65 330 137 30
Binary 11 110010 1110111 1100001 111010 0 110101 11011000 1011111 11000

Color Harmonies of #033277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033277

Black with #033277

Text Example


Text Example

White with #033277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033277; }

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

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

background-color css

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

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

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

border-color css

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

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

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