#2C326D

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

Shades of Deep Koamaru #2C326D

Tints of Deep Koamaru #2C326D

Color information

#2C326D (or 0x2C326D) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 32 and 6D. RGB value is (44,50,109). Sum of RGB (Red+Green+Blue) = 44+50+109=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C326D is #D3CD92. Grayscale: #363636. Windows color (decimal): -13880723 or 7156268. OLE color: 7156268.

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

Color convert

RGB4450109-
CMYK0.600.5400.57
HSL234.46º42.48%30%-
HSV(B)234.46º59.63%42.75%-
XYZ4.943.9214.96-
YUV54.93158.51120.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=21.67%
G=24.63%
B=53.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44501090.600.5400.57234.4642.4830
Hex2C326D3C36039ea2a1e
Octal546215574660713525236
Binary101100110010110110111110011011001110011110101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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