#2A276E

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

Shades of Deep Koamaru #2A276E

Tints of Deep Koamaru #2A276E

Color information

#2A276E (or 0x2A276E) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 27 and 6E. RGB value is (42,39,110). Sum of RGB (Red+Green+Blue) = 42+39+110=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A276E is #D5D891. Grayscale: #2F2F2F. Windows color (decimal): -14014610 or 7218986. OLE color: 7218986.

HSL color Cylindrical-coordinate representation of color #2A276E: hue angle of 242.54º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A276E is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4239110-
CMYK0.620.6500.57
HSL242.54º47.65%29.22%-
HSV(B)242.54º64.55%43.14%-
XYZ4.493.0715.11-
YUV47.99162.99123.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.99%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=21.99%
G=20.42%
B=57.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42391100.620.6500.57242.5447.6529.22
Hex2A276E3E41039f3301d
Octal5247156761010713636035
Binary1010101001111101110111110100000101110011111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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