#2A2868

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

Shades of Deep Koamaru #2A2868

Tints of Deep Koamaru #2A2868

Color information

#2A2868 (or 0x2A2868) is unknown color: approx Deep Koamaru. HEX triplet: 2A, 28 and 68. RGB value is (42,40,104). Sum of RGB (Red+Green+Blue) = 42+40+104=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A2868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2868 is #D5D797. Grayscale: #2F2F2F. Windows color (decimal): -14014360 or 6826026. OLE color: 6826026.

HSL color Cylindrical-coordinate representation of color #2A2868: hue angle of 241.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A2868 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4240104-
CMYK0.600.6200.59
HSL241.88º44.44%28.24%-
HSV(B)241.88º61.54%40.78%-
XYZ4.213.0113.46-
YUV47.89159.66123.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=22.58%
G=21.51%
B=55.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42401040.600.6200.59241.8844.4428.24
Hex2A28683C3E03Bf22c1c
Octal525015074760733625434
Binary101010101000110100011110011111001110111111001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,40,104); }

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

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

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

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

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

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

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