#2A2E6E

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

Shades of Deep Koamaru #2A2E6E

Tints of Deep Koamaru #2A2E6E

Color information

#2A2E6E (or 0x2A2E6E) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 2E and 6E. RGB value is (42,46,110). Sum of RGB (Red+Green+Blue) = 42+46+110=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A2E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2E6E is #D5D191. Grayscale: #333333. Windows color (decimal): -14012818 or 7220778. OLE color: 7220778.

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

Color convert

RGB4246110-
CMYK0.620.5800.57
HSL236.47º44.74%29.8%-
HSV(B)236.47º61.82%43.14%-
XYZ4.753.5715.19-
YUV52.1160.67120.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=21.21%
G=23.23%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42461100.620.5800.57236.4744.7429.8
Hex2A2E6E3E3A039ec2d1e
Octal525615676720713545536
Binary101010101110110111011111011101001110011110110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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