Html Css Color HEX #003D60 Prussian Blue

📋 copy color: '#003D60'

red 0 ◦ green 61 ◦ blue 96

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

Shades of Prussian Blue #003D60

Tints of Prussian Blue #003D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.85%

 BLUE value IS 96 (37.89% from 255) = 61.15%

R = 0%
G = 38.85%
B = 61.15%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003D60 (or 0x003D60) is known color: Prussian Blue. HEX triplet: 00, 3D and 60. RGB value is (0,61,96). Sum of RGB (Red+Green+Blue) = 0+61+96=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #003D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D60 is #FFC29F. Grayscale: #2E2E2E. Windows color (decimal): -16761504 or 6307072. OLE color: 6307072.

HSL color Cylindrical-coordinate representation of color #003D60: hue angle of 201.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D60 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 61 96 -
CMYK 1 0.36 0 0.62
HSL 201.88º 1% 0.19% -
HSV(B) 201.88º 1% 0.38% -
XYZ 3.78 4.18 11.67 -
YUV 46.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 0 61 96 1 0.36 0 0.62 201.88 1 0.19
Hex 0 3D 60 64 24 0 3E CA 64 13
Octal 0 75 140 144 44 0 76 312 144 23
Binary 0 111101 1100000 1100100 100100 0 111110 11001010 1100100 10011

Color Harmonies of #003D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D60

Black with #003D60

Text Example


Text Example

White with #003D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,61,96); }

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

background-color css

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

 a { background-color: rgb(0,61,96); }

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

border-color css

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

 span { border-color: rgb(0,61,96); }

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