#2C277A

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

Shades of Deep Koamaru #2C277A

Tints of Deep Koamaru #2C277A

Color information

#2C277A (or 0x2C277A) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 27 and 7A. RGB value is (44,39,122). Sum of RGB (Red+Green+Blue) = 44+39+122=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C277A is #D3D885. Grayscale: #313131. Windows color (decimal): -13883526 or 8005420. OLE color: 8005420.

HSL color Cylindrical-coordinate representation of color #2C277A: hue angle of 243.61º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C277A is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4439122-
CMYK0.640.6800.52
HSL243.61º51.55%31.57%-
HSV(B)243.61º68.03%47.84%-
XYZ5.283.3918.79-
YUV49.96168.66123.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=21.46%
G=19.02%
B=59.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44391220.640.6800.52243.6151.5531.57
Hex2C277A4044034f43420
Octal54471721001040643646440
Binary101100100111111101010000001000100011010011110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,39,122); }

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

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

 a { background-color: rgb(44,39,122); }

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

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

 span { border-color: rgb(44,39,122); }

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