#003870

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

Shades of Prussian Blue #003870

Tints of Prussian Blue #003870

Color information

#003870 (or 0x003870) is unknown color: approx Prussian Blue. HEX triplet: 00, 38 and 70. RGB value is (0,56,112). Sum of RGB (Red+Green+Blue) = 0+56+112=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #003870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003870 is #FFC78F. Grayscale: #2D2D2D. Windows color (decimal): -16762768 or 7354368. OLE color: 7354368.

HSL color Cylindrical-coordinate representation of color #003870: hue angle of 210º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003870 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB056112-
CMYK10.5000.56
HSL210º100%21.96%-
HSV(B)210º100%43.92%-
XYZ4.34415.87-
YUV45.64165.4595.45-

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) = 33.33%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05611210.5000.5621010021.96
Hex038706432038d26416
Octal0701601446207032214426
Binary011100011100001100100110010011100011010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003870; }

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

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

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

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

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

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

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

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