#2D2C78

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

Shades of Deep Koamaru #2D2C78

Tints of Deep Koamaru #2D2C78

Color information

#2D2C78 (or 0x2D2C78) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 2C and 78. RGB value is (45,44,120). Sum of RGB (Red+Green+Blue) = 45+44+120=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D2C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2C78 is #D2D387. Grayscale: #343434. Windows color (decimal): -13816712 or 7875629. OLE color: 7875629.

HSL color Cylindrical-coordinate representation of color #2D2C78: hue angle of 240.79º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D2C78 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4544120-
CMYK0.630.6300.53
HSL240.79º46.34%32.16%-
HSV(B)240.79º63.33%47.06%-
XYZ5.373.7218.2-
YUV52.96165.83122.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=21.53%
G=21.05%
B=57.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45441200.630.6300.53240.7946.3432.16
Hex2D2C783F3F035f12e20
Octal555417077770653615640
Binary1011011011001111000111111111111011010111110001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,44,120); }

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

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

 a { background-color: rgb(45,44,120); }

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

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

 span { border-color: rgb(45,44,120); }

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