#2C2B6E

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

Shades of Deep Koamaru #2C2B6E

Tints of Deep Koamaru #2C2B6E

Color information

#2C2B6E (or 0x2C2B6E) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 2B and 6E. RGB value is (44,43,110). Sum of RGB (Red+Green+Blue) = 44+43+110=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C2B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2B6E is #D3D491. Grayscale: #323232. Windows color (decimal): -13882514 or 7220012. OLE color: 7220012.

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

Color convert

RGB4443110-
CMYK0.60.6100.57
HSL240.9º43.79%30%-
HSV(B)240.9º60.91%43.14%-
XYZ4.723.3915.16-
YUV50.94161.33123.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.34%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=22.34%
G=21.83%
B=55.84%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44431100.60.6100.57240.943.7930
Hex2C2B6E3C3D039f12c1e
Octal545315674750713615436
Binary101100101011110111011110011110101110011111000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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