#2E2C62

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

Shades of Deep Koamaru #2E2C62

Tints of Deep Koamaru #2E2C62

Color information

#2E2C62 (or 0x2E2C62) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 2C and 62. RGB value is (46,44,98). Sum of RGB (Red+Green+Blue) = 46+44+98=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C62 is #D1D39D. Grayscale: #323232. Windows color (decimal): -13751198 or 6433838. OLE color: 6433838.

HSL color Cylindrical-coordinate representation of color #2E2C62: hue angle of 242.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E2C62 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB464498-
CMYK0.530.5500.62
HSL242.22º38.03%27.84%-
HSV(B)242.22º55.1%38.43%-
XYZ4.233.2611.96-
YUV50.75154.66124.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=24.47%
G=23.40%
B=52.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4644980.530.5500.62242.2238.0327.84
Hex2E2C62353703Ef2261c
Octal565414265670763624634
Binary101110101100110001011010111011101111101111001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,44,98); }

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

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

 a { background-color: rgb(46,44,98); }

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

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

 span { border-color: rgb(46,44,98); }

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