#2C287C

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

Shades of Deep Koamaru #2C287C

Tints of Deep Koamaru #2C287C

Color information

#2C287C (or 0x2C287C) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 28 and 7C. RGB value is (44,40,124). Sum of RGB (Red+Green+Blue) = 44+40+124=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C287C is #D3D783. Grayscale: #323232. Windows color (decimal): -13883268 or 8136748. OLE color: 8136748.

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

Color convert

RGB4440124-
CMYK0.650.6800.51
HSL242.86º51.22%32.16%-
HSV(B)242.86º67.74%48.63%-
XYZ5.443.5119.46-
YUV50.77169.33123.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=21.15%
G=19.23%
B=59.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44401240.650.6800.51242.8651.2232.16
Hex2C287C4144033f33320
Octal54501741011040633636340
Binary101100101000111110010000011000100011001111110011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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