#2C277B

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

Shades of Deep Koamaru #2C277B

Tints of Deep Koamaru #2C277B

Color information

#2C277B (or 0x2C277B) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 27 and 7B. RGB value is (44,39,123). Sum of RGB (Red+Green+Blue) = 44+39+123=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C277B is #D3D884. Grayscale: #313131. Windows color (decimal): -13883525 or 8070956. OLE color: 8070956.

HSL color Cylindrical-coordinate representation of color #2C277B: hue angle of 243.57º 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 #2C277B is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4439123-
CMYK0.640.6800.52
HSL243.57º51.85%31.76%-
HSV(B)243.57º68.29%48.24%-
XYZ5.343.4219.12-
YUV50.07169.16123.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=21.36%
G=18.93%
B=59.71%

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
Decimal44391230.640.6800.52243.5751.8531.76
Hex2C277B4044034f43420
Octal54471731001040643646440
Binary101100100111111101110000001000100011010011110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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