#2C3982

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

Shades of Resolution Blue #2C3982

Tints of Resolution Blue #2C3982

Color information

#2C3982 (or 0x2C3982) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 82. RGB value is (44,57,130). Sum of RGB (Red+Green+Blue) = 44+57+130=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C3982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3982 is #D3C67D. Grayscale: #3D3D3D. Windows color (decimal): -13878910 or 8534316. OLE color: 8534316.

HSL color Cylindrical-coordinate representation of color #2C3982: hue angle of 230.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C3982 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4457130-
CMYK0.660.5600.49
HSL230.93º49.43%34.12%-
HSV(B)230.93º66.15%50.98%-
XYZ6.535.0721.75-
YUV61.43166.69115.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=19.05%
G=24.68%
B=56.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44571300.660.5600.49230.9349.4334.12
Hex2C39824238031e73122
Octal5471202102700613476142
Binary101100111001100000101000010111000011000111100111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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