#2A276C

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

Shades of Deep Koamaru #2A276C

Tints of Deep Koamaru #2A276C

Color information

#2A276C (or 0x2A276C) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 27 and 6C. RGB value is (42,39,108). Sum of RGB (Red+Green+Blue) = 42+39+108=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A276C is #D5D893. Grayscale: #2F2F2F. Windows color (decimal): -14014612 or 7087914. OLE color: 7087914.

HSL color Cylindrical-coordinate representation of color #2A276C: hue angle of 242.61º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A276C is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4239108-
CMYK0.610.6400.58
HSL242.61º46.94%28.82%-
HSV(B)242.61º63.89%42.35%-
XYZ4.393.0314.54-
YUV47.76161.99123.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=22.22%
G=20.63%
B=57.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42391080.610.6400.58242.6146.9428.82
Hex2A276C3D4003Af32f1d
Octal5247154751000723635735
Binary1010101001111101100111101100000001110101111001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,39,108); }

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

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

 a { background-color: rgb(42,39,108); }

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

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

 span { border-color: rgb(42,39,108); }

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