#003B58

Color #003B58 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #003B58

Tints of Prussian Blue #003B58

Color information

#003B58 (or 0x003B58) is unknown color: approx 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

RGB05988-
CMYK10.3300.65
HSL199.77º100%17.25%-
HSV(B)199.77º100%34.51%-
XYZ3.333.839.8-
YUV44.66152.4596.14-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0598810.3300.65199.7710017.25
Hex03B586421041c86411
Octal07313014441010131014421
Binary0111011101100011001001000010100000111001000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>