Html Css Color HEX #033855 Prussian Blue

📋 copy color: '#033855'

red 3 ◦ green 56 ◦ blue 85

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

Shades of Prussian Blue #033855

Tints of Prussian Blue #033855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

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

R = 2.08%
G = 38.89%
B = 59.03%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033855 (or 0x033855) is known color: Prussian Blue. HEX triplet: 03, 38 and 55. RGB value is (3,56,85). Sum of RGB (Red+Green+Blue) = 3+56+85=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #033855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033855 is #FCC7AA. Grayscale: #2B2B2B. Windows color (decimal): -16566187 or 5584899. OLE color: 5584899.

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

Color convert

RGB 3 56 85 -
CMYK 0.96 0.34 0 0.67
HSL 201.22º 0.93% 0.17% -
HSV(B) 201.22º 0.96% 0.33% -
XYZ 3.09 3.5 9.11 -
YUV 43.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 3 56 85 0.96 0.34 0 0.67 201.22 0.93 0.17
Hex 3 38 55 60 22 0 43 C9 5D 11
Octal 3 70 125 140 42 0 103 311 135 21
Binary 11 111000 1010101 1100000 100010 0 1000011 11001001 1011101 10001

Color Harmonies of #033855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033855

Black with #033855

Text Example


Text Example

White with #033855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033855; }

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

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

background-color css

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

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

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

border-color css

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

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

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