#1F3384

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

Shades of Resolution Blue #1F3384

Tints of Resolution Blue #1F3384

Color information

#1F3384 (or 0x1F3384) is unknown color: approx Resolution Blue. HEX triplet: 1F, 33 and 84. RGB value is (31,51,132). Sum of RGB (Red+Green+Blue) = 31+51+132=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F3384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3384 is #E0CC7B. Grayscale: #353535. Windows color (decimal): -14732412 or 8663839. OLE color: 8663839.

HSL color Cylindrical-coordinate representation of color #1F3384: hue angle of 228.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3384 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3151132-
CMYK0.770.6100.48
HSL228.12º61.96%31.96%-
HSV(B)228.12º76.52%51.76%-
XYZ5.914.3222.35-
YUV54.25171.87111.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=14.49%
G=23.83%
B=61.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31511320.770.6100.48228.1261.9631.96
Hex1F33844D3D030e43e20
Octal3763204115750603447640
Binary11111110011100001001001101111101011000011100100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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