#1F3772

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

Shades of Resolution Blue #1F3772

Tints of Resolution Blue #1F3772

Color information

#1F3772 (or 0x1F3772) is unknown color: approx Resolution Blue. HEX triplet: 1F, 37 and 72. RGB value is (31,55,114). Sum of RGB (Red+Green+Blue) = 31+55+114=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3772 is #E0C88D. Grayscale: #363636. Windows color (decimal): -14731406 or 7485215. OLE color: 7485215.

HSL color Cylindrical-coordinate representation of color #1F3772: hue angle of 222.65º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3772 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3155114-
CMYK0.730.5200.55
HSL222.65º57.24%28.43%-
HSV(B)222.65º72.81%44.71%-
XYZ4.974.2416.48-
YUV54.55161.55111.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=15.5%
G=27.5%
B=57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31551140.730.5200.55222.6557.2428.43
Hex1F37724934037df391c
Octal3767162111640673377134
Binary111111101111110010100100111010001101111101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,114); }

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

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

 a { background-color: rgb(31,55,114); }

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

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

 span { border-color: rgb(31,55,114); }

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