#2A2672

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

Shades of Deep Koamaru #2A2672

Tints of Deep Koamaru #2A2672

Color information

#2A2672 (or 0x2A2672) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 26 and 72. RGB value is (42,38,114). Sum of RGB (Red+Green+Blue) = 42+38+114=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A2672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2672 is #D5D98D. Grayscale: #2F2F2F. Windows color (decimal): -14014862 or 7480874. OLE color: 7480874.

HSL color Cylindrical-coordinate representation of color #2A2672: hue angle of 243.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A2672 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4238114-
CMYK0.630.6700.55
HSL243.16º50%29.8%-
HSV(B)243.16º66.67%44.71%-
XYZ4.693.0916.27-
YUV47.86165.33123.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=21.65%
G=19.59%
B=58.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42381140.630.6700.55243.165029.8
Hex2A26723F43037f3321e
Octal5246162771030673636236
Binary1010101001101110010111111100001101101111111001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,114); }

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

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

 a { background-color: rgb(42,38,114); }

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

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

 span { border-color: rgb(42,38,114); }

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