#2E267B

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

Shades of Deep Koamaru #2E267B

Tints of Deep Koamaru #2E267B

Color information

#2E267B (or 0x2E267B) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 26 and 7B. RGB value is (46,38,123). Sum of RGB (Red+Green+Blue) = 46+38+123=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E267B is #D1D984. Grayscale: #313131. Windows color (decimal): -13752709 or 8070702. OLE color: 8070702.

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

Color convert

RGB4638123-
CMYK0.630.6900.52
HSL245.65º52.8%31.57%-
HSV(B)245.65º69.11%48.24%-
XYZ5.393.419.11-
YUV50.08169.15125.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=22.22%
G=18.36%
B=59.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46381230.630.6900.52245.6552.831.57
Hex2E267B3F45034f63520
Octal5646173771050643666540
Binary10111010011011110111111111000101011010011110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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