#1F3F76

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

Shades of Resolution Blue #1F3F76

Tints of Resolution Blue #1F3F76

Color information

#1F3F76 (or 0x1F3F76) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3F and 76. RGB value is (31,63,118). Sum of RGB (Red+Green+Blue) = 31+63+118=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F3F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F76 is #E0C089. Grayscale: #3B3B3B. Windows color (decimal): -14729354 or 7749407. OLE color: 7749407.

HSL color Cylindrical-coordinate representation of color #1F3F76: hue angle of 217.93º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3F76 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3163118-
CMYK0.740.4700.54
HSL217.93º58.39%29.22%-
HSV(B)217.93º73.73%46.27%-
XYZ5.615.1517.84-
YUV59.7160.9107.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=14.62%
G=29.72%
B=55.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31631180.740.4700.54217.9358.3929.22
Hex1F3F764A2F036da3a1d
Octal3777166112570663327235
Binary111111111111110110100101010111101101101101101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3F76; }

 p { color: rgb(31,63,118); }

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

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

 a { background-color: rgb(31,63,118); }

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

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

 span { border-color: rgb(31,63,118); }

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