#2C287F

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

Shades of Deep Koamaru #2C287F

Tints of Deep Koamaru #2C287F

Color information

#2C287F (or 0x2C287F) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 28 and 7F. RGB value is (44,40,127). Sum of RGB (Red+Green+Blue) = 44+40+127=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C287F is #D3D780. Grayscale: #323232. Windows color (decimal): -13883265 or 8333356. OLE color: 8333356.

HSL color Cylindrical-coordinate representation of color #2C287F: hue angle of 242.76º 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 #2C287F is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4440127-
CMYK0.650.6900.50
HSL242.76º52.1%32.75%-
HSV(B)242.76º68.5%49.8%-
XYZ5.633.5920.47-
YUV51.11170.83122.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 127 (50% from 255) = 60.19%
R=20.85%
G=18.96%
B=60.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal44401270.650.6900.50242.7652.132.75
Hex2C287F4145032f33421
Octal54501771011050623636441
Binary101100101000111111110000011000101011001011110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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