Html Css Color HEX #003B56 Prussian Blue

📋 copy color: '#003B56'

red 0 ◦ green 59 ◦ blue 86

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

Shades of Prussian Blue #003B56

Tints of Prussian Blue #003B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 40.69%

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

R = 0%
G = 40.69%
B = 59.31%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#003B56 (or 0x003B56) is known color: Prussian Blue. HEX triplet: 00, 3B and 56. RGB value is (0,59,86). Sum of RGB (Red+Green+Blue) = 0+59+86=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #003B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B56 is #FFC4A9. Grayscale: #2C2C2C. Windows color (decimal): -16762026 or 5651200. OLE color: 5651200.

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

Color convert

RGB 0 59 86 -
CMYK 1 0.31 0 0.66
HSL 198.84º 1% 0.17% -
HSV(B) 198.84º 1% 0.34% -
XYZ 3.24 3.8 9.37 -
YUV 44.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 0 59 86 1 0.31 0 0.66 198.84 1 0.17
Hex 0 3B 56 64 1F 0 42 C7 64 11
Octal 0 73 126 144 37 0 102 307 144 21
Binary 0 111011 1010110 1100100 11111 0 1000010 11000111 1100100 10001

Color Harmonies of #003B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B56

Black with #003B56

Text Example


Text Example

White with #003B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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