Html Css Color HEX #033355 Prussian Blue

📋 copy color: '#033355'

red 3 ◦ green 51 ◦ blue 85

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

Shades of Prussian Blue #033355

Tints of Prussian Blue #033355

RGB

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

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

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

R = 2.16%
G = 36.69%
B = 61.15%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033355 (or 0x033355) is known color: Prussian Blue. HEX triplet: 03, 33 and 55. RGB value is (3,51,85). Sum of RGB (Red+Green+Blue) = 3+51+85=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 85 (33.59% from 255 or 61.15% from 139); Max value from RGB is 85 - color contains mainly: blue. Hex color #033355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033355 is #FCCCAA. Grayscale: #282828. Windows color (decimal): -16567467 or 5583619. OLE color: 5583619.

HSL color Cylindrical-coordinate representation of color #033355: hue angle of 204.88º 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 #033355 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 51 85 -
CMYK 0.96 0.40 0 0.67
HSL 204.88º 0.93% 0.17% -
HSV(B) 204.88º 0.96% 0.33% -
XYZ 2.86 3.04 9.03 -
YUV 40.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 3 51 85 0.96 0.40 0 0.67 204.88 0.93 0.17
Hex 3 33 55 60 28 0 43 CD 5D 11
Octal 3 63 125 140 50 0 103 315 135 21
Binary 11 110011 1010101 1100000 101000 0 1000011 11001101 1011101 10001

Color Harmonies of #033355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033355

Black with #033355

Text Example


Text Example

White with #033355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033355; }

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

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

background-color css

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

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

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

border-color css

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

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

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