#1F3E7C

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

Shades of Resolution Blue #1F3E7C

Tints of Resolution Blue #1F3E7C

Color information

#1F3E7C (or 0x1F3E7C) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3E and 7C. RGB value is (31,62,124). Sum of RGB (Red+Green+Blue) = 31+62+124=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F3E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E7C is #E0C183. Grayscale: #3B3B3B. Windows color (decimal): -14729604 or 8142367. OLE color: 8142367.

HSL color Cylindrical-coordinate representation of color #1F3E7C: hue angle of 220º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F3E7C is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3162124-
CMYK0.750.500.51
HSL220º60%30.39%-
HSV(B)220º75%48.63%-
XYZ5.935.1919.76-
YUV59.8164.23107.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=14.29%
G=28.57%
B=57.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31621240.750.500.512206030.39
Hex1F3E7C4B32033dc3c1e
Octal3776174113620633347436
Binary111111111101111100100101111001001100111101110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,62,124); }

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

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

 a { background-color: rgb(31,62,124); }

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

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

 span { border-color: rgb(31,62,124); }

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