#1F3D77

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

Shades of Resolution Blue #1F3D77

Tints of Resolution Blue #1F3D77

Color information

#1F3D77 (or 0x1F3D77) is unknown color: approx Resolution Blue. HEX triplet: 1F, 3D and 77. RGB value is (31,61,119). Sum of RGB (Red+Green+Blue) = 31+61+119=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F3D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3D77 is #E0C288. Grayscale: #3A3A3A. Windows color (decimal): -14729865 or 7814431. OLE color: 7814431.

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

Color convert

RGB3161119-
CMYK0.740.4900.53
HSL219.55º58.67%29.41%-
HSV(B)219.55º73.95%46.67%-
XYZ5.564.9618.12-
YUV58.64162.06108.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=14.69%
G=28.91%
B=56.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31611190.740.4900.53219.5558.6729.41
Hex1F3D774A31035dc3b1d
Octal3775167112610653347335
Binary111111111011110111100101011000101101011101110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,61,119); }

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

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

 a { background-color: rgb(31,61,119); }

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

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

 span { border-color: rgb(31,61,119); }

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