#003F70

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

Shades of Prussian Blue #003F70

Tints of Prussian Blue #003F70

Color information

#003F70 (or 0x003F70) is unknown color: approx Prussian Blue. HEX triplet: 00, 3F and 70. RGB value is (0,63,112). Sum of RGB (Red+Green+Blue) = 0+63+112=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #003F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F70 is #FFC08F. Grayscale: #313131. Windows color (decimal): -16760976 or 7356160. OLE color: 7356160.

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

Color convert

RGB063112-
CMYK10.4400.56
HSL206.25º100%21.96%-
HSV(B)206.25º100%43.92%-
XYZ4.74.7215.99-
YUV49.75163.1392.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 112 (44.14% from 255) = 64%
R=0%
G=36%
B=64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal06311210.4400.56206.2510021.96
Hex03F70642C038ce6416
Octal0771601445407031614426
Binary011111111100001100100101100011100011001110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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