Html Css Color HEX #033552 Prussian Blue

📋 copy color: '#033552'

red 3 ◦ green 53 ◦ blue 82

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

Shades of Prussian Blue #033552

Tints of Prussian Blue #033552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.42%

R = 2.17%
G = 38.41%
B = 59.42%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#033552 (or 0x033552) is known color: Prussian Blue. HEX triplet: 03, 35 and 52. RGB value is (3,53,82). Sum of RGB (Red+Green+Blue) = 3+53+82=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #033552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033552 is #FCCAAD. Grayscale: #292929. Windows color (decimal): -16566958 or 5387523. OLE color: 5387523.

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

Color convert

RGB 3 53 82 -
CMYK 0.96 0.35 0 0.68
HSL 202.03º 0.93% 0.17% -
HSV(B) 202.03º 0.96% 0.32% -
XYZ 2.83 3.17 8.45 -
YUV 41.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 3 53 82 0.96 0.35 0 0.68 202.03 0.93 0.17
Hex 3 35 52 60 23 0 44 CA 5D 11
Octal 3 65 122 140 43 0 104 312 135 21
Binary 11 110101 1010010 1100000 100011 0 1000100 11001010 1011101 10001

Color Harmonies of #033552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033552

Black with #033552

Text Example


Text Example

White with #033552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033552; }

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

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

background-color css

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

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

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

border-color css

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

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

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