Html Css Color HEX #033555 Prussian Blue

📋 copy color: '#033555'

red 3 ◦ green 53 ◦ blue 85

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

Shades of Prussian Blue #033555

Tints of Prussian Blue #033555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.28%

R = 2.13%
G = 37.59%
B = 60.28%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033555 (or 0x033555) is known color: Prussian Blue. HEX triplet: 03, 35 and 55. RGB value is (3,53,85). Sum of RGB (Red+Green+Blue) = 3+53+85=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #033555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033555 is #FCCAAA. Grayscale: #292929. Windows color (decimal): -16566955 or 5584131. OLE color: 5584131.

HSL color Cylindrical-coordinate representation of color #033555: hue angle of 203.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033555 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 53 85 -
CMYK 0.96 0.38 0 0.67
HSL 203.41º 0.93% 0.17% -
HSV(B) 203.41º 0.96% 0.33% -
XYZ 2.95 3.22 9.06 -
YUV 41.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 3 53 85 0.96 0.38 0 0.67 203.41 0.93 0.17
Hex 3 35 55 60 26 0 43 CB 5D 11
Octal 3 65 125 140 46 0 103 313 135 21
Binary 11 110101 1010101 1100000 100110 0 1000011 11001011 1011101 10001

Color Harmonies of #033555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033555

Black with #033555

Text Example


Text Example

White with #033555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033555; }

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

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

background-color css

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

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

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

border-color css

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

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

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