#2C2880

Color #2C2880 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #2C2880

Tints of Deep Koamaru #2C2880

Color information

#2C2880 (or 0x2C2880) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 28 and 80. RGB value is (44,40,128). Sum of RGB (Red+Green+Blue) = 44+40+128=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #2C2880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2880 is #D3D77F. Grayscale: #323232. Windows color (decimal): -13883264 or 8398892. OLE color: 8398892.

HSL color Cylindrical-coordinate representation of color #2C2880: hue angle of 242.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C2880 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4440128-
CMYK0.660.6900.50
HSL242.73º52.38%32.94%-
HSV(B)242.73º68.75%50.2%-
XYZ5.693.6120.82-
YUV51.23171.33122.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.75%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 128 (50.39% from 255) = 60.38%
R=20.75%
G=18.87%
B=60.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44401280.660.6900.50242.7352.3832.94
Hex2C28804245032f33421
Octal54502001021050623636441
Binary1011001010001000000010000101000101011001011110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,128); }

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

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

 a { background-color: rgb(44,40,128); }

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

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

 span { border-color: rgb(44,40,128); }

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