#2C2679

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

Shades of Deep Koamaru #2C2679

Tints of Deep Koamaru #2C2679

Color information

#2C2679 (or 0x2C2679) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 26 and 79. RGB value is (44,38,121). Sum of RGB (Red+Green+Blue) = 44+38+121=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C2679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2679 is #D3D986. Grayscale: #303030. Windows color (decimal): -13883783 or 7939628. OLE color: 7939628.

HSL color Cylindrical-coordinate representation of color #2C2679: hue angle of 244.34º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C2679 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4438121-
CMYK0.640.6900.53
HSL244.34º52.2%31.18%-
HSV(B)244.34º68.6%47.45%-
XYZ5.183.318.45-
YUV49.26168.49124.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=21.67%
G=18.72%
B=59.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44381210.640.6900.53244.3452.231.18
Hex2C26794045035f4341f
Octal54461711001050653646437
Binary10110010011011110011000000100010101101011111010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,38,121); }

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

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

 a { background-color: rgb(44,38,121); }

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

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

 span { border-color: rgb(44,38,121); }

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