#2A2A66

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

Shades of Deep Koamaru #2A2A66

Tints of Deep Koamaru #2A2A66

Color information

#2A2A66 (or 0x2A2A66) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 2A and 66. RGB value is (42,42,102). Sum of RGB (Red+Green+Blue) = 42+42+102=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A2A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2A66 is #D5D599. Grayscale: #303030. Windows color (decimal): -14013850 or 6695466. OLE color: 6695466.

HSL color Cylindrical-coordinate representation of color #2A2A66: hue angle of 240º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2A66 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4242102-
CMYK0.590.5900.6
HSL240º41.67%28.24%-
HSV(B)240º58.82%40%-
XYZ4.183.1112.95-
YUV48.84158123.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 102 (40.23% from 255) = 54.84%
R=22.58%
G=22.58%
B=54.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42421020.590.5900.624041.6728.24
Hex2A2A663B3B03Cf02a1c
Octal525214673730743605234
Binary101010101010110011011101111101101111001111000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,42,102); }

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

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

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

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

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

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

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