#2E267A

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

Shades of Deep Koamaru #2E267A

Tints of Deep Koamaru #2E267A

Color information

#2E267A (or 0x2E267A) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 26 and 7A. RGB value is (46,38,122). Sum of RGB (Red+Green+Blue) = 46+38+122=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E267A is #D1D985. Grayscale: #313131. Windows color (decimal): -13752710 or 8005166. OLE color: 8005166.

HSL color Cylindrical-coordinate representation of color #2E267A: hue angle of 245.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E267A is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4638122-
CMYK0.620.6900.52
HSL245.71º52.5%31.37%-
HSV(B)245.71º68.85%47.84%-
XYZ5.333.3718.78-
YUV49.97168.65125.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=22.33%
G=18.45%
B=59.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46381220.620.6900.52245.7152.531.37
Hex2E267A3E45034f6341f
Octal5646172761050643666437
Binary1011101001101111010111110100010101101001111011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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