#003B6D

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

Shades of Prussian Blue #003B6D

Tints of Prussian Blue #003B6D

Color information

#003B6D (or 0x003B6D) is unknown color: approx Prussian Blue. HEX triplet: 00, 3B and 6D. RGB value is (0,59,109). Sum of RGB (Red+Green+Blue) = 0+59+109=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #003B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B6D is #FFC492. Grayscale: #2E2E2E. Windows color (decimal): -16762003 or 7158528. OLE color: 7158528.

HSL color Cylindrical-coordinate representation of color #003B6D: hue angle of 207.52º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B6D is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB059109-
CMYK10.4600.57
HSL207.52º100%21.37%-
HSV(B)207.52º100%42.75%-
XYZ4.324.2315.06-
YUV47.06162.9594.43-

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) = 35.12%
BLUE value IS 109 (42.97% from 255) = 64.88%
R=0%
G=35.12%
B=64.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal05910910.4600.57207.5210021.37
Hex03B6D642E039d06415
Octal0731551445607132014425
Binary011101111011011100100101110011100111010000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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