#2B316E

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

Shades of Deep Koamaru #2B316E

Tints of Deep Koamaru #2B316E

Color information

#2B316E (or 0x2B316E) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 31 and 6E. RGB value is (43,49,110). Sum of RGB (Red+Green+Blue) = 43+49+110=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B316E is #D4CE91. Grayscale: #353535. Windows color (decimal): -13946514 or 7221547. OLE color: 7221547.

HSL color Cylindrical-coordinate representation of color #2B316E: hue angle of 234.63º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B316E is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4349110-
CMYK0.610.5500.57
HSL234.63º43.79%30%-
HSV(B)234.63º60.91%43.14%-
XYZ4.913.8415.23-
YUV54.16159.51120.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=21.29%
G=24.26%
B=54.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43491100.610.5500.57234.6343.7930
Hex2B316E3D37039eb2c1e
Octal536115675670713535436
Binary101011110001110111011110111011101110011110101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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