Html Css Color HEX #033955 Prussian Blue

📋 copy color: '#033955'

red 3 ◦ green 57 ◦ blue 85

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

Shades of Prussian Blue #033955

Tints of Prussian Blue #033955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

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

R = 2.07%
G = 39.31%
B = 58.62%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033955 (or 0x033955) is known color: Prussian Blue. HEX triplet: 03, 39 and 55. RGB value is (3,57,85). Sum of RGB (Red+Green+Blue) = 3+57+85=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #033955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033955 is #FCC6AA. Grayscale: #2B2B2B. Windows color (decimal): -16565931 or 5585155. OLE color: 5585155.

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

Color convert

RGB 3 57 85 -
CMYK 0.96 0.33 0 0.67
HSL 200.49º 0.93% 0.17% -
HSV(B) 200.49º 0.96% 0.33% -
XYZ 3.14 3.6 9.12 -
YUV 44.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 3 57 85 0.96 0.33 0 0.67 200.49 0.93 0.17
Hex 3 39 55 60 21 0 43 C8 5D 11
Octal 3 71 125 140 41 0 103 310 135 21
Binary 11 111001 1010101 1100000 100001 0 1000011 11001000 1011101 10001

Color Harmonies of #033955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033955

Black with #033955

Text Example


Text Example

White with #033955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033955; }

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

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

background-color css

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

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

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

border-color css

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

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

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