Html Css Color HEX #003D58 Prussian Blue

📋 copy color: '#003D58'

red 0 ◦ green 61 ◦ blue 88

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

Shades of Prussian Blue #003D58

Tints of Prussian Blue #003D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 59.06%

R = 0%
G = 40.94%
B = 59.06%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003D58 (or 0x003D58) is known color: Prussian Blue. HEX triplet: 00, 3D and 58. RGB value is (0,61,88). Sum of RGB (Red+Green+Blue) = 0+61+88=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #003D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D58 is #FFC2A7. Grayscale: #2D2D2D. Windows color (decimal): -16761512 or 5782784. OLE color: 5782784.

HSL color Cylindrical-coordinate representation of color #003D58: hue angle of 198.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D58 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 61 88 -
CMYK 1 0.31 0 0.65
HSL 198.41º 1% 0.17% -
HSV(B) 198.41º 1% 0.35% -
XYZ 3.43 4.04 9.83 -
YUV 45.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 0 61 88 1 0.31 0 0.65 198.41 1 0.17
Hex 0 3D 58 64 1F 0 41 C6 64 11
Octal 0 75 130 144 37 0 101 306 144 21
Binary 0 111101 1011000 1100100 11111 0 1000001 11000110 1100100 10001

Color Harmonies of #003D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D58

Black with #003D58

Text Example


Text Example

White with #003D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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