Html Css Color HEX #003C56 Prussian Blue

📋 copy color: '#003C56'

red 0 ◦ green 60 ◦ blue 86

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

Shades of Prussian Blue #003C56

Tints of Prussian Blue #003C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.1%

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

R = 0%
G = 41.1%
B = 58.9%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#003C56 (or 0x003C56) is known color: Prussian Blue. HEX triplet: 00, 3C and 56. RGB value is (0,60,86). Sum of RGB (Red+Green+Blue) = 0+60+86=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #003C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C56 is #FFC3A9. Grayscale: #2C2C2C. Windows color (decimal): -16761770 or 5651456. OLE color: 5651456.

HSL color Cylindrical-coordinate representation of color #003C56: hue angle of 198.14º 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 #003C56 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 60 86 -
CMYK 1 0.30 0 0.66
HSL 198.14º 1% 0.17% -
HSV(B) 198.14º 1% 0.34% -
XYZ 3.3 3.9 9.38 -
YUV 45.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 0 60 86 1 0.30 0 0.66 198.14 1 0.17
Hex 0 3C 56 64 1E 0 42 C6 64 11
Octal 0 74 126 144 36 0 102 306 144 21
Binary 0 111100 1010110 1100100 11110 0 1000010 11000110 1100100 10001

Color Harmonies of #003C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C56

Black with #003C56

Text Example


Text Example

White with #003C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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