#2C286E

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

Shades of Deep Koamaru #2C286E

Tints of Deep Koamaru #2C286E

Color information

#2C286E (or 0x2C286E) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 28 and 6E. RGB value is (44,40,110). Sum of RGB (Red+Green+Blue) = 44+40+110=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C286E is #D3D791. Grayscale: #303030. Windows color (decimal): -13883282 or 7219244. OLE color: 7219244.

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

Color convert

RGB4440110-
CMYK0.60.6400.57
HSL243.43º46.67%29.41%-
HSV(B)243.43º63.64%43.14%-
XYZ4.613.1815.12-
YUV49.18162.33124.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 110 (43.36% from 255) = 56.70%
R=22.68%
G=20.62%
B=56.70%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44401100.60.6400.57243.4346.6729.41
Hex2C286E3C40039f32f1d
Octal5450156741000713635735
Binary1011001010001101110111100100000001110011111001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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