#2D2A6E

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

Shades of Deep Koamaru #2D2A6E

Tints of Deep Koamaru #2D2A6E

Color information

#2D2A6E (or 0x2D2A6E) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 2A and 6E. RGB value is (45,42,110). Sum of RGB (Red+Green+Blue) = 45+42+110=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D2A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2A6E is #D2D591. Grayscale: #323232. Windows color (decimal): -13817234 or 7219757. OLE color: 7219757.

HSL color Cylindrical-coordinate representation of color #2D2A6E: hue angle of 242.65º 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 #2D2A6E is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4542110-
CMYK0.590.6200.57
HSL242.65º44.74%29.8%-
HSV(B)242.65º61.82%43.14%-
XYZ4.723.3415.15-
YUV50.65161.49123.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=22.84%
G=21.32%
B=55.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45421100.590.6200.57242.6544.7429.8
Hex2D2A6E3B3E039f32d1e
Octal555215673760713635536
Binary101101101010110111011101111111001110011111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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