#2B286D

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

Shades of Deep Koamaru #2B286D

Tints of Deep Koamaru #2B286D

Color information

#2B286D (or 0x2B286D) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 28 and 6D. RGB value is (43,40,109). Sum of RGB (Red+Green+Blue) = 43+40+109=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B286D is #D4D792. Grayscale: #303030. Windows color (decimal): -13948819 or 7153707. OLE color: 7153707.

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

Color convert

RGB4340109-
CMYK0.610.6300.57
HSL242.61º46.31%29.22%-
HSV(B)242.61º63.3%42.75%-
XYZ4.523.1414.84-
YUV48.76161.99123.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=22.40%
G=20.83%
B=56.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43401090.610.6300.57242.6146.3129.22
Hex2B286D3D3F039f32e1d
Octal535015575770713635635
Binary101011101000110110111110111111101110011111001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,40,109); }

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

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

 a { background-color: rgb(43,40,109); }

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

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

 span { border-color: rgb(43,40,109); }

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