#1F3472

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

Shades of Resolution Blue #1F3472

Tints of Resolution Blue #1F3472

Color information

#1F3472 (or 0x1F3472) is unknown color: approx Resolution Blue. HEX triplet: 1F, 34 and 72. RGB value is (31,52,114). Sum of RGB (Red+Green+Blue) = 31+52+114=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3472 is #E0CB8D. Grayscale: #343434. Windows color (decimal): -14732174 or 7484447. OLE color: 7484447.

HSL color Cylindrical-coordinate representation of color #1F3472: hue angle of 224.82º 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 #1F3472 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3152114-
CMYK0.730.5400.55
HSL224.82º57.24%28.43%-
HSV(B)224.82º72.81%44.71%-
XYZ4.833.9616.43-
YUV52.79162.54112.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.74%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=15.74%
G=26.40%
B=57.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31521140.730.5400.55224.8257.2428.43
Hex1F34724936037e1391c
Octal3764162111660673417134
Binary111111101001110010100100111011001101111110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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