#2A3071

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

Shades of Deep Koamaru #2A3071

Tints of Deep Koamaru #2A3071

Color information

#2A3071 (or 0x2A3071) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 30 and 71. RGB value is (42,48,113). Sum of RGB (Red+Green+Blue) = 42+48+113=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A3071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3071 is #D5CF8E. Grayscale: #353535. Windows color (decimal): -14012303 or 7417898. OLE color: 7417898.

HSL color Cylindrical-coordinate representation of color #2A3071: hue angle of 234.93º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A3071 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4248113-
CMYK0.630.5800.56
HSL234.93º45.81%30.39%-
HSV(B)234.93º62.83%44.31%-
XYZ4.993.816.09-
YUV53.62161.51119.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=20.69%
G=23.65%
B=55.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42481130.630.5800.56234.9345.8130.39
Hex2A30713F3A038eb2e1e
Octal526016177720703535636
Binary101010110000111000111111111101001110001110101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,113); }

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

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

 a { background-color: rgb(42,48,113); }

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

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

 span { border-color: rgb(42,48,113); }

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