#2C297B

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

Shades of Deep Koamaru #2C297B

Tints of Deep Koamaru #2C297B

Color information

#2C297B (or 0x2C297B) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 29 and 7B. RGB value is (44,41,123). Sum of RGB (Red+Green+Blue) = 44+41+123=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C297B is #D3D684. Grayscale: #323232. Windows color (decimal): -13883013 or 8071468. OLE color: 8071468.

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

Color convert

RGB4441123-
CMYK0.640.6700.52
HSL242.2º50%32.16%-
HSV(B)242.2º66.67%48.24%-
XYZ5.413.5519.14-
YUV51.24168.49122.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=21.15%
G=19.71%
B=59.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44411230.640.6700.52242.25032.16
Hex2C297B4043034f23220
Octal54511731001030643626240
Binary101100101001111101110000001000011011010011110010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,123); }

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

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

 a { background-color: rgb(44,41,123); }

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

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

 span { border-color: rgb(44,41,123); }

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