#2B316C

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

Shades of Deep Koamaru #2B316C

Tints of Deep Koamaru #2B316C

Color information

#2B316C (or 0x2B316C) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 31 and 6C. RGB value is (43,49,108). Sum of RGB (Red+Green+Blue) = 43+49+108=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B316C is #D4CE93. Grayscale: #353535. Windows color (decimal): -13946516 or 7090475. OLE color: 7090475.

HSL color Cylindrical-coordinate representation of color #2B316C: hue angle of 234.46º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B316C is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4349108-
CMYK0.600.5500.58
HSL234.46º43.05%29.61%-
HSV(B)234.46º60.19%42.35%-
XYZ4.83.7914.67-
YUV53.93158.51120.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=21.5%
G=24.5%
B=54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43491080.600.5500.58234.4643.0529.61
Hex2B316C3C3703Aea2b1e
Octal536115474670723525336
Binary101011110001110110011110011011101110101110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,108); }

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

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

 a { background-color: rgb(43,49,108); }

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

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

 span { border-color: rgb(43,49,108); }

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