#2E287B

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

Shades of Deep Koamaru #2E287B

Tints of Deep Koamaru #2E287B

Color information

#2E287B (or 0x2E287B) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 28 and 7B. RGB value is (46,40,123). Sum of RGB (Red+Green+Blue) = 46+40+123=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E287B is #D1D784. Grayscale: #323232. Windows color (decimal): -13752197 or 8071214. OLE color: 8071214.

HSL color Cylindrical-coordinate representation of color #2E287B: hue angle of 244.34º degrees, saturation: 0.51, 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 #2E287B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4640123-
CMYK0.630.6700.52
HSL244.34º50.92%31.96%-
HSV(B)244.34º67.48%48.24%-
XYZ5.463.5319.13-
YUV51.26168.49124.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=22.01%
G=19.14%
B=58.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46401230.630.6700.52244.3450.9231.96
Hex2E287B3F43034f43320
Octal5650173771030643646340
Binary10111010100011110111111111000011011010011110100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,123); }

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

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

 a { background-color: rgb(46,40,123); }

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

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

 span { border-color: rgb(46,40,123); }

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