#003975

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

Shades of Prussian Blue #003975

Tints of Prussian Blue #003975

Color information

#003975 (or 0x003975) is unknown color: approx Prussian Blue. HEX triplet: 00, 39 and 75. RGB value is (0,57,117). Sum of RGB (Red+Green+Blue) = 0+57+117=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #003975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003975 is #FFC68A. Grayscale: #2E2E2E. Windows color (decimal): -16762507 or 7682304. OLE color: 7682304.

HSL color Cylindrical-coordinate representation of color #003975: hue angle of 210.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003975 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB057117-
CMYK10.5100.54
HSL210.77º100%22.94%-
HSV(B)210.77º100%45.88%-
XYZ4.674.2117.4-
YUV46.8167.6294.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=0%
G=32.76%
B=67.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal05711710.5100.54210.7710022.94
Hex039756433036d36417
Octal0711651446306632314427
Binary011100111101011100100110011011011011010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003975; }

 p { color: rgb(0,57,117); }

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

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

 a { background-color: rgb(0,57,117); }

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

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

 span { border-color: rgb(0,57,117); }

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