#2C2B5F

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

Shades of Deep Koamaru #2C2B5F

Tints of Deep Koamaru #2C2B5F

Color information

#2C2B5F (or 0x2C2B5F) is unknown color: approx Deep Koamaru. HEX triplet: 2C, 2B and 5F. RGB value is (44,43,95). Sum of RGB (Red+Green+Blue) = 44+43+95=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C2B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2B5F is #D3D4A0. Grayscale: #313131. Windows color (decimal): -13882529 or 6236972. OLE color: 6236972.

HSL color Cylindrical-coordinate representation of color #2C2B5F: hue angle of 241.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C2B5F is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB444395-
CMYK0.540.5500.63
HSL241.15º37.68%27.06%-
HSV(B)241.15º54.74%37.25%-
XYZ3.973.0911.21-
YUV49.23153.83124.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.18%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=24.18%
G=23.63%
B=52.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4443950.540.5500.63241.1537.6827.06
Hex2C2B5F363703Ff1261b
Octal545313766670773614633
Binary101100101011101111111011011011101111111111000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,43,95); }

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

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

 a { background-color: rgb(44,43,95); }

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

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

 span { border-color: rgb(44,43,95); }

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