#2C3987

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

Shades of Resolution Blue #2C3987

Tints of Resolution Blue #2C3987

Color information

#2C3987 (or 0x2C3987) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 87. RGB value is (44,57,135). Sum of RGB (Red+Green+Blue) = 44+57+135=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C3987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3987 is #D3C678. Grayscale: #3D3D3D. Windows color (decimal): -13878905 or 8861996. OLE color: 8861996.

HSL color Cylindrical-coordinate representation of color #2C3987: hue angle of 231.43º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3987 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4457135-
CMYK0.670.5800.47
HSL231.43º50.84%35.1%-
HSV(B)231.43º67.41%52.94%-
XYZ6.885.2123.57-
YUV62169.19115.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.64%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 135 (53.12% from 255) = 57.20%
R=18.64%
G=24.15%
B=57.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44571350.670.5800.47231.4350.8435.1
Hex2C3987433A02Fe73323
Octal5471207103720573476343
Binary101100111001100001111000011111010010111111100111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3987; }

 p { color: rgb(44,57,135); }

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

<style>
 a { background-color: #2C3987; }

 a { background-color: rgb(44,57,135); }

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

<style>
 span { border-color: #2C3987; }

 span { border-color: rgb(44,57,135); }

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