#2D296C

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

Shades of Deep Koamaru #2D296C

Tints of Deep Koamaru #2D296C

Color information

#2D296C (or 0x2D296C) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 29 and 6C. RGB value is (45,41,108). Sum of RGB (Red+Green+Blue) = 45+41+108=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D296C is #D2D693. Grayscale: #313131. Windows color (decimal): -13817492 or 7088429. OLE color: 7088429.

HSL color Cylindrical-coordinate representation of color #2D296C: hue angle of 243.58º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D296C is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4541108-
CMYK0.580.6200.58
HSL243.58º44.97%29.22%-
HSV(B)243.58º62.04%42.35%-
XYZ4.583.2314.57-
YUV49.83160.83124.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=23.20%
G=21.13%
B=55.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45411080.580.6200.58243.5844.9729.22
Hex2D296C3A3E03Af42d1d
Octal555115472760723645535
Binary101101101001110110011101011111001110101111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,41,108); }

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

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

 a { background-color: rgb(45,41,108); }

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

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

 span { border-color: rgb(45,41,108); }

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