#1F3677

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

Shades of Resolution Blue #1F3677

Tints of Resolution Blue #1F3677

Color information

#1F3677 (or 0x1F3677) is unknown color: approx Resolution Blue. HEX triplet: 1F, 36 and 77. RGB value is (31,54,119). Sum of RGB (Red+Green+Blue) = 31+54+119=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F3677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3677 is #E0C988. Grayscale: #363636. Windows color (decimal): -14731657 or 7812639. OLE color: 7812639.

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

Color convert

RGB3154119-
CMYK0.740.5500.53
HSL224.32º58.67%29.41%-
HSV(B)224.32º73.95%46.67%-
XYZ5.214.2618-
YUV54.53164.38111.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.20%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=15.20%
G=26.47%
B=58.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31541190.740.5500.53224.3258.6729.41
Hex1F36774A37035e03b1d
Octal3766167112670653407335
Binary111111101101110111100101011011101101011110000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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