#003b6e

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

Shades of Prussian Blue #003B6E

Tints of Prussian Blue #003B6E

Color information

#003B6E (or 0x003B6E) is unknown color: approx Prussian Blue. HEX triplet: 00, 3B and 6E. RGB value is (0,59,110). Sum of RGB (Red+Green+Blue) = 0+59+110=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #003B6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B6E is #FFC491. Grayscale: #2E2E2E. Windows color (decimal): -16762002 or 7224064. OLE color: 7224064.

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

Color convert

RGB059110-
CMYK10.4600.57
HSL207.82º100%21.57%-
HSV(B)207.82º100%43.14%-
XYZ4.384.2515.34-
YUV47.17163.4594.35-

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) = 34.91%
BLUE value IS 110 (43.36% from 255) = 65.09%
R=0%
G=34.91%
B=65.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal05911010.4600.57207.8210021.57
Hex03B6E642E039d06416
Octal0731561445607132014426
Binary011101111011101100100101110011100111010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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