#2E267C

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

Shades of Deep Koamaru #2E267C

Tints of Deep Koamaru #2E267C

Color information

#2E267C (or 0x2E267C) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 26 and 7C. RGB value is (46,38,124). Sum of RGB (Red+Green+Blue) = 46+38+124=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E267C is #D1D983. Grayscale: #313131. Windows color (decimal): -13752708 or 8136238. OLE color: 8136238.

HSL color Cylindrical-coordinate representation of color #2E267C: hue angle of 245.58º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E267C is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4638124-
CMYK0.630.6900.51
HSL245.58º53.09%31.76%-
HSV(B)245.58º69.35%48.63%-
XYZ5.463.4219.44-
YUV50.2169.65125.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=22.12%
G=18.27%
B=59.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46381240.630.6900.51245.5853.0931.76
Hex2E267C3F45033f63520
Octal5646174771050633666540
Binary10111010011011111001111111000101011001111110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,38,124); }

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

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

 a { background-color: rgb(46,38,124); }

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

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

 span { border-color: rgb(46,38,124); }

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