Html Css Color HEX #003A56 Prussian Blue

📋 copy color: '#003A56'

red 0 ◦ green 58 ◦ blue 86

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

Shades of Prussian Blue #003A56

Tints of Prussian Blue #003A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

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

R = 0%
G = 40.28%
B = 59.72%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#003A56 (or 0x003A56) is known color: Prussian Blue. HEX triplet: 00, 3A and 56. RGB value is (0,58,86). Sum of RGB (Red+Green+Blue) = 0+58+86=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #003A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A56 is #FFC5A9. Grayscale: #2B2B2B. Windows color (decimal): -16762282 or 5650944. OLE color: 5650944.

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

Color convert

RGB 0 58 86 -
CMYK 1 0.33 0 0.66
HSL 199.53º 1% 0.17% -
HSV(B) 199.53º 1% 0.34% -
XYZ 3.19 3.7 9.35 -
YUV 43.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 0 58 86 1 0.33 0 0.66 199.53 1 0.17
Hex 0 3A 56 64 21 0 42 C8 64 11
Octal 0 72 126 144 41 0 102 310 144 21
Binary 0 111010 1010110 1100100 100001 0 1000010 11001000 1100100 10001

Color Harmonies of #003A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A56

Black with #003A56

Text Example


Text Example

White with #003A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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