#003C70

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

Shades of Prussian Blue #003C70

Tints of Prussian Blue #003C70

Color information

#003C70 (or 0x003C70) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 70. RGB value is (0,60,112). Sum of RGB (Red+Green+Blue) = 0+60+112=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #003C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C70 is #FFC38F. Grayscale: #2F2F2F. Windows color (decimal): -16761744 or 7355392. OLE color: 7355392.

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

Color convert

RGB060112-
CMYK10.4600.56
HSL207.86º100%21.96%-
HSV(B)207.86º100%43.92%-
XYZ4.544.415.94-
YUV47.99164.1293.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 65.12%
R=0%
G=34.88%
B=65.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal06011210.4600.56207.8610021.96
Hex03C70642E038d06416
Octal0741601445607032014426
Binary011110011100001100100101110011100011010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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