#003F61

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

Shades of Prussian Blue #003F61

Tints of Prussian Blue #003F61

Color information

#003F61 (or 0x003F61) is unknown color: approx Prussian Blue. HEX triplet: 00, 3F and 61. RGB value is (0,63,97). Sum of RGB (Red+Green+Blue) = 0+63+97=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #003F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F61 is #FFC09E. Grayscale: #2F2F2F. Windows color (decimal): -16760991 or 6373120. OLE color: 6373120.

HSL color Cylindrical-coordinate representation of color #003F61: hue angle of 201.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F61 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB06397-
CMYK10.3500.62
HSL201.03º100%19.02%-
HSV(B)201.03º100%38.04%-
XYZ3.944.4211.95-
YUV48.04155.6393.74-

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) = 39.38%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=0%
G=39.38%
B=60.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0639710.3500.62201.0310019.02
Hex03F61642303Ec96413
Octal0771411444307631114423
Binary011111111000011100100100011011111011001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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