#2A296D

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

Shades of Deep Koamaru #2A296D

Tints of Deep Koamaru #2A296D

Color information

#2A296D (or 0x2A296D) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 29 and 6D. RGB value is (42,41,109). Sum of RGB (Red+Green+Blue) = 42+41+109=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A296D is #D5D692. Grayscale: #303030. Windows color (decimal): -14014099 or 7153962. OLE color: 7153962.

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

Color convert

RGB4241109-
CMYK0.610.6200.57
HSL240.88º45.33%29.41%-
HSV(B)240.88º62.39%42.75%-
XYZ4.513.1814.84-
YUV49.05161.83122.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=21.88%
G=21.35%
B=56.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42411090.610.6200.57240.8845.3329.41
Hex2A296D3D3E039f12d1d
Octal525115575760713615535
Binary101010101001110110111110111111001110011111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,109); }

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

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

 a { background-color: rgb(42,41,109); }

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

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

 span { border-color: rgb(42,41,109); }

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