Html Css Color HEX #033256 Prussian Blue

📋 copy color: '#033256'

red 3 ◦ green 50 ◦ blue 86

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

Shades of Prussian Blue #033256

Tints of Prussian Blue #033256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 86 (33.98% from 255) = 61.87%

R = 2.16%
G = 35.97%
B = 61.87%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#033256 (or 0x033256) is known color: Prussian Blue. HEX triplet: 03, 32 and 56. RGB value is (3,50,86). Sum of RGB (Red+Green+Blue) = 3+50+86=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #033256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033256 is #FCCDA9. Grayscale: #272727. Windows color (decimal): -16567722 or 5648899. OLE color: 5648899.

HSL color Cylindrical-coordinate representation of color #033256: hue angle of 206.02º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033256 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 50 86 -
CMYK 0.97 0.42 0 0.66
HSL 206.02º 0.93% 0.17% -
HSV(B) 206.02º 0.97% 0.34% -
XYZ 2.86 2.97 9.23 -
YUV 40.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 3 50 86 0.97 0.42 0 0.66 206.02 0.93 0.17
Hex 3 32 56 61 2A 0 42 CE 5D 11
Octal 3 62 126 141 52 0 102 316 135 21
Binary 11 110010 1010110 1100001 101010 0 1000010 11001110 1011101 10001

Color Harmonies of #033256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033256

Black with #033256

Text Example


Text Example

White with #033256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033256; }

 p { color: rgb(3,50,86); }

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

background-color css

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

 a { background-color: rgb(3,50,86); }

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

border-color css

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

 span { border-color: rgb(3,50,86); }

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