#1F3378

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

Shades of Resolution Blue #1F3378

Tints of Resolution Blue #1F3378

Color information

#1F3378 (or 0x1F3378) is unknown color: approx Resolution Blue. HEX triplet: 1F, 33 and 78. RGB value is (31,51,120). Sum of RGB (Red+Green+Blue) = 31+51+120=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3378 is #E0CC87. Grayscale: #343434. Windows color (decimal): -14732424 or 7877407. OLE color: 7877407.

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

Color convert

RGB3151120-
CMYK0.740.5800.53
HSL226.52º58.94%29.61%-
HSV(B)226.52º74.17%47.06%-
XYZ5.144.0218.27-
YUV52.89165.87112.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=15.35%
G=25.25%
B=59.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31511200.740.5800.53226.5258.9429.61
Hex1F33784A3A035e33b1e
Octal3763170112720653437336
Binary111111100111111000100101011101001101011110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,120); }

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

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

 a { background-color: rgb(31,51,120); }

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

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

 span { border-color: rgb(31,51,120); }

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