#003B63

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

Shades of Prussian Blue #003B63

Tints of Prussian Blue #003B63

Color information

#003B63 (or 0x003B63) is unknown color: approx Prussian Blue. HEX triplet: 00, 3B and 63. RGB value is (0,59,99). Sum of RGB (Red+Green+Blue) = 0+59+99=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #003B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B63 is #FFC49C. Grayscale: #2D2D2D. Windows color (decimal): -16762013 or 6503168. OLE color: 6503168.

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

Color convert

RGB05999-
CMYK10.4000.61
HSL204.24º100%19.41%-
HSV(B)204.24º100%38.82%-
XYZ3.824.0312.38-
YUV45.92157.9595.25-

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.34%
BLUE value IS 99 (39.06% from 255) = 62.66%
R=0%
G=37.34%
B=62.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0599910.4000.61204.2410019.41
Hex03B63642803Dcc6413
Octal0731431445007531414423
Binary011101111000111100100101000011110111001100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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