#2C286D

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

Shades of Deep Koamaru #2C286D

Tints of Deep Koamaru #2C286D

Color information

#2C286D (or 0x2C286D) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 28 and 6D. RGB value is (44,40,109). Sum of RGB (Red+Green+Blue) = 44+40+109=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C286D is #D3D792. Grayscale: #303030. Windows color (decimal): -13883283 or 7153708. OLE color: 7153708.

HSL color Cylindrical-coordinate representation of color #2C286D: hue angle of 243.48º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C286D is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4440109-
CMYK0.600.6300.57
HSL243.48º46.31%29.22%-
HSV(B)243.48º63.3%42.75%-
XYZ4.563.1614.84-
YUV49.06161.83124.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.80%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=22.80%
G=20.73%
B=56.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44401090.600.6300.57243.4846.3129.22
Hex2C286D3C3F039f32e1d
Octal545015574770713635635
Binary101100101000110110111110011111101110011111001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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