#1F3270

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

Shades of Resolution Blue #1F3270

Tints of Resolution Blue #1F3270

Color information

#1F3270 (or 0x1F3270) is unknown color: approx Resolution Blue. HEX triplet: 1F, 32 and 70. RGB value is (31,50,112). Sum of RGB (Red+Green+Blue) = 31+50+112=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3270 is #E0CD8F. Grayscale: #333333. Windows color (decimal): -14732688 or 7352863. OLE color: 7352863.

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

Color convert

RGB3150112-
CMYK0.720.5500.56
HSL225.93º56.64%28.04%-
HSV(B)225.93º72.32%43.92%-
XYZ4.633.7415.81-
YUV51.39162.21113.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=16.06%
G=25.91%
B=58.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31501120.720.5500.56225.9356.6428.04
Hex1F32704837038e2391c
Octal3762160110670703427134
Binary111111100101110000100100011011101110001110001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,112); }

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

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

 a { background-color: rgb(31,50,112); }

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

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

 span { border-color: rgb(31,50,112); }

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