#003670

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

Shades of Prussian Blue #003670

Tints of Prussian Blue #003670

Color information

#003670 (or 0x003670) is unknown color: approx Prussian Blue. HEX triplet: 00, 36 and 70. RGB value is (0,54,112). Sum of RGB (Red+Green+Blue) = 0+54+112=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #003670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003670 is #FFC98F. Grayscale: #2C2C2C. Windows color (decimal): -16763280 or 7353856. OLE color: 7353856.

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

Color convert

RGB054112-
CMYK10.5200.56
HSL211.07º100%21.96%-
HSV(B)211.07º100%43.92%-
XYZ4.243.8115.84-
YUV44.47166.1196.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=0%
G=32.53%
B=67.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal05411210.5200.56211.0710021.96
Hex036706434038d36416
Octal0661601446407032314426
Binary011011011100001100100110100011100011010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003670; }

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

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

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

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

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

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

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

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