Html Css Color HEX #003256 Prussian Blue

📋 copy color: '#003256'

red 0 ◦ green 50 ◦ blue 86

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

Shades of Prussian Blue #003256

Tints of Prussian Blue #003256

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.76%
B = 63.24%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#003256 (or 0x003256) is known color: Prussian Blue. HEX triplet: 00, 32 and 56. RGB value is (0,50,86). Sum of RGB (Red+Green+Blue) = 0+50+86=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #003256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003256 is #FFCDA9. Grayscale: #262626. Windows color (decimal): -16764330 or 5648896. OLE color: 5648896.

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

Color convert

RGB 0 50 86 -
CMYK 1 0.42 0 0.66
HSL 205.12º 1% 0.17% -
HSV(B) 205.12º 1% 0.34% -
XYZ 2.82 2.95 9.23 -
YUV 39.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 0 50 86 1 0.42 0 0.66 205.12 1 0.17
Hex 0 32 56 64 2A 0 42 CD 64 11
Octal 0 62 126 144 52 0 102 315 144 21
Binary 0 110010 1010110 1100100 101010 0 1000010 11001101 1100100 10001

Color Harmonies of #003256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003256

Black with #003256

Text Example


Text Example

White with #003256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003256; }

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

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

background-color css

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

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

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

border-color css

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

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

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