#003B62

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

Shades of Prussian Blue #003B62

Tints of Prussian Blue #003B62

Color information

#003B62 (or 0x003B62) is unknown color: approx Prussian Blue. HEX triplet: 00, 3B and 62. RGB value is (0,59,98). Sum of RGB (Red+Green+Blue) = 0+59+98=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #003B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B62 is #FFC49D. Grayscale: #2D2D2D. Windows color (decimal): -16762014 or 6437632. OLE color: 6437632.

HSL color Cylindrical-coordinate representation of color #003B62: hue angle of 203.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 #003B62 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB05998-
CMYK10.4000.62
HSL203.88º100%19.22%-
HSV(B)203.88º100%38.43%-
XYZ3.774.0112.13-
YUV45.8157.4595.33-

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) = 37.58%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=0%
G=37.58%
B=62.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0599810.4000.62203.8810019.22
Hex03B62642803Ecc6413
Octal0731421445007631414423
Binary011101111000101100100101000011111011001100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #003B62;
 }
 .AnyTagClassName
 {
   color: #003B62;
 }
</style>
background-color css

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

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

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

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

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

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