#003a6b

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

Shades of Prussian Blue #003A6B

Tints of Prussian Blue #003A6B

Color information

#003A6B (or 0x003A6B) is unknown color: approx Prussian Blue. HEX triplet: 00, 3A and 6B. RGB value is (0,58,107). Sum of RGB (Red+Green+Blue) = 0+58+107=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #003A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A6B is #FFC594. Grayscale: #2D2D2D. Windows color (decimal): -16762261 or 7027200. OLE color: 7027200.

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

Color convert

RGB058107-
CMYK10.4600.58
HSL207.48º100%20.98%-
HSV(B)207.48º100%41.96%-
XYZ4.174.0914.48-
YUV46.24162.2895.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=0%
G=35.15%
B=64.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal05810710.4600.58207.4810020.98
Hex03A6B642E03Acf6415
Octal0721531445607231714425
Binary011101011010111100100101110011101011001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003a6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,58,107); }

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

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

 a { background-color: rgb(0,58,107); }

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

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

 span { border-color: rgb(0,58,107); }

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