#2D297C

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

Shades of Deep Koamaru #2D297C

Tints of Deep Koamaru #2D297C

Color information

#2D297C (or 0x2D297C) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 29 and 7C. RGB value is (45,41,124). Sum of RGB (Red+Green+Blue) = 45+41+124=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D297C is #D2D683. Grayscale: #333333. Windows color (decimal): -13817476 or 8137005. OLE color: 8137005.

HSL color Cylindrical-coordinate representation of color #2D297C: hue angle of 242.89º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D297C is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4541124-
CMYK0.640.6700.51
HSL242.89º50.3%32.35%-
HSV(B)242.89º66.94%48.63%-
XYZ5.513.619.47-
YUV51.66168.83123.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=21.43%
G=19.52%
B=59.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45411240.640.6700.51242.8950.332.35
Hex2D297C4043033f33220
Octal55511741001030633636240
Binary101101101001111110010000001000011011001111110011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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