#2A2B60

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

Shades of Deep Koamaru #2A2B60

Tints of Deep Koamaru #2A2B60

Color information

#2A2B60 (or 0x2A2B60) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 2B and 60. RGB value is (42,43,96). Sum of RGB (Red+Green+Blue) = 42+43+96=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A2B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2B60 is #D5D49F. Grayscale: #303030. Windows color (decimal): -14013600 or 6302506. OLE color: 6302506.

HSL color Cylindrical-coordinate representation of color #2A2B60: hue angle of 238.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A2B60 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB424396-
CMYK0.560.5500.62
HSL238.89º39.13%27.06%-
HSV(B)238.89º56.25%37.65%-
XYZ3.933.0611.45-
YUV48.74154.67123.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=23.20%
G=23.76%
B=53.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4243960.560.5500.62238.8939.1327.06
Hex2A2B60383703Eef271b
Octal525314070670763574733
Binary101010101011110000011100011011101111101110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,43,96); }

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

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

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

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

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

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

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