#2C279B

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

Shades of Dark Slate Blue #2C279B

Tints of Dark Slate Blue #2C279B

Color information

#2C279B (or 0x2C279B) is unknown color: approx Dark Slate Blue. HEX triplet: 2C, 27 and 9B. RGB value is (44,39,155). Sum of RGB (Red+Green+Blue) = 44+39+155=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C279B is #D3D864. Grayscale: #353535. Windows color (decimal): -13883493 or 10168108. OLE color: 10168108.

HSL color Cylindrical-coordinate representation of color #2C279B: hue angle of 242.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C279B is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4439155-
CMYK0.720.7500.39
HSL242.59º59.79%38.04%-
HSV(B)242.59º74.84%60.78%-
XYZ7.684.3531.45-
YUV53.72185.16121.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=18.49%
G=16.39%
B=65.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44391550.720.7500.39242.5959.7938.04
Hex2C279B484B027f33c26
Octal54472331101130473637446
Binary1011001001111001101110010001001011010011111110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,39,155); }

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

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

 a { background-color: rgb(44,39,155); }

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

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

 span { border-color: rgb(44,39,155); }

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