#2D2676

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

Shades of Deep Koamaru #2D2676

Tints of Deep Koamaru #2D2676

Color information

#2D2676 (or 0x2D2676) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 26 and 76. RGB value is (45,38,118). Sum of RGB (Red+Green+Blue) = 45+38+118=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2676 is #D2D989. Grayscale: #303030. Windows color (decimal): -13818250 or 7743021. OLE color: 7743021.

HSL color Cylindrical-coordinate representation of color #2D2676: hue angle of 245.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D2676 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4538118-
CMYK0.620.6800.54
HSL245.25º51.28%30.59%-
HSV(B)245.25º67.8%46.27%-
XYZ5.053.2517.5-
YUV49.21166.82125-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=22.39%
G=18.91%
B=58.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45381180.620.6800.54245.2551.2830.59
Hex2D26763E44036f5331f
Octal5546166761040663656337
Binary1011011001101110110111110100010001101101111010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,38,118); }

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

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

 a { background-color: rgb(45,38,118); }

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

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

 span { border-color: rgb(45,38,118); }

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