Html Css Color HEX #033550 Prussian Blue

📋 copy color: '#033550'

red 3 ◦ green 53 ◦ blue 80

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

Shades of Prussian Blue #033550

Tints of Prussian Blue #033550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.97%

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 2.21%
G = 38.97%
B = 58.82%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#033550 (or 0x033550) is known color: Prussian Blue. HEX triplet: 03, 35 and 50. RGB value is (3,53,80). Sum of RGB (Red+Green+Blue) = 3+53+80=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #033550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033550 is #FCCAAF. Grayscale: #282828. Windows color (decimal): -16566960 or 5256451. OLE color: 5256451.

HSL color Cylindrical-coordinate representation of color #033550: hue angle of 201.04º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033550 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 53 80 -
CMYK 0.96 0.34 0 0.69
HSL 201.04º 0.93% 0.16% -
HSV(B) 201.04º 0.96% 0.31% -
XYZ 2.76 3.14 8.05 -
YUV 41.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 3 53 80 0.96 0.34 0 0.69 201.04 0.93 0.16
Hex 3 35 50 60 22 0 45 C9 5D 10
Octal 3 65 120 140 42 0 105 311 135 20
Binary 11 110101 1010000 1100000 100010 0 1000101 11001001 1011101 10000

Color Harmonies of #033550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033550

Black with #033550

Text Example


Text Example

White with #033550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033550; }

 p { color: rgb(3,53,80); }

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

background-color css

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

 a { background-color: rgb(3,53,80); }

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

border-color css

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

 span { border-color: rgb(3,53,80); }

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