Html Css Color HEX #003B58 Prussian Blue

📋 copy color: '#003B58'

red 0 ◦ green 59 ◦ blue 88

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

Shades of Prussian Blue #003B58

Tints of Prussian Blue #003B58

RGB

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

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

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

R = 0%
G = 40.14%
B = 59.86%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003B58 (or 0x003B58) is known color: Prussian Blue. HEX triplet: 00, 3B and 58. RGB value is (0,59,88). Sum of RGB (Red+Green+Blue) = 0+59+88=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #003B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B58 is #FFC4A7. Grayscale: #2C2C2C. Windows color (decimal): -16762024 or 5782272. OLE color: 5782272.

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

Color convert

RGB 0 59 88 -
CMYK 1 0.33 0 0.65
HSL 199.77º 1% 0.17% -
HSV(B) 199.77º 1% 0.35% -
XYZ 3.33 3.83 9.8 -
YUV 44.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 0 59 88 1 0.33 0 0.65 199.77 1 0.17
Hex 0 3B 58 64 21 0 41 C8 64 11
Octal 0 73 130 144 41 0 101 310 144 21
Binary 0 111011 1011000 1100100 100001 0 1000001 11001000 1100100 10001

Color Harmonies of #003B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B58

Black with #003B58

Text Example


Text Example

White with #003B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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