#2C2977

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

Shades of Deep Koamaru #2C2977

Tints of Deep Koamaru #2C2977

Color information

#2C2977 (or 0x2C2977) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 29 and 77. RGB value is (44,41,119). Sum of RGB (Red+Green+Blue) = 44+41+119=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2977 is #D3D688. Grayscale: #323232. Windows color (decimal): -13883017 or 7809324. OLE color: 7809324.

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

Color convert

RGB4441119-
CMYK0.630.6600.53
HSL242.31º48.75%31.37%-
HSV(B)242.31º65.55%46.67%-
XYZ5.163.4517.85-
YUV50.79166.49123.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=21.57%
G=20.10%
B=58.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44411190.630.6600.53242.3148.7531.37
Hex2C29773F42035f2311f
Octal5451167771020653626137
Binary1011001010011110111111111100001001101011111001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,119); }

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

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

 a { background-color: rgb(44,41,119); }

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

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

 span { border-color: rgb(44,41,119); }

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