#003875

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

Shades of Prussian Blue #003875

Tints of Prussian Blue #003875

Color information

#003875 (or 0x003875) is unknown color: approx Prussian Blue. HEX triplet: 00, 38 and 75. RGB value is (0,56,117). Sum of RGB (Red+Green+Blue) = 0+56+117=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #003875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003875 is #FFC78A. Grayscale: #2D2D2D. Windows color (decimal): -16762763 or 7682048. OLE color: 7682048.

HSL color Cylindrical-coordinate representation of color #003875: hue angle of 211.28º 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 #003875 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB056117-
CMYK10.5200.54
HSL211.28º100%22.94%-
HSV(B)211.28º100%45.88%-
XYZ4.634.1117.38-
YUV46.21167.9595.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 117 (46.09% from 255) = 67.63%
R=0%
G=32.37%
B=67.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal05611710.5200.54211.2810022.94
Hex038756434036d36417
Octal0701651446406632314427
Binary011100011101011100100110100011011011010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003875; }

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

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

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

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

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

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

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

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