Html Css Color HEX #2E2D6C Deep Koamaru

📋 copy color: '#2E2D6C'

red 46 ◦ green 45 ◦ blue 108

#2E2D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #2E2D6C

Tints of Deep Koamaru #2E2D6C

RGB

 RED value IS 46 (18.36% from 255) = 23.12%

 GREEN value IS 45 (17.97% from 255) = 22.61%

 BLUE value IS 108 (42.58% from 255) = 54.27%

R = 23.12%
G = 22.61%
B = 54.27%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E2D6C (or 0x2E2D6C) is known color: Deep Koamaru. HEX triplet: 2E, 2D and 6C. RGB value is (46,45,108). Sum of RGB (Red+Green+Blue) = 46+45+108=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E2D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D6C is #D1D293. Grayscale: #343434. Windows color (decimal): -13750932 or 7089454. OLE color: 7089454.

HSL color Cylindrical-coordinate representation of color #2E2D6C: hue angle of 240.95º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E2D6C is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 45 108 -
CMYK 0.57 0.58 0 0.58
HSL 240.95º 0.41% 0.3% -
HSV(B) 240.95º 0.58% 0.42% -
XYZ 4.77 3.54 14.62 -
YUV 52.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 46 45 108 0.57 0.58 0 0.58 240.95 0.41 0.3
Hex 2E 2D 6C 39 3A 0 3A F1 29 1E
Octal 56 55 154 71 72 0 72 361 51 36
Binary 101110 101101 1101100 111001 111010 0 111010 11110001 101001 11110

Color Harmonies of #2E2D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2D6C

Black with #2E2D6C

Text Example


Text Example

White with #2E2D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,45,108); }

 H1.HeaderClassName
 {
   color: #2E2D6C;
 }
 .AnyTagClassName
 {
   color: #2E2D6C;
 }
</style>

background-color css

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

 a { background-color: rgb(46,45,108); }

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

border-color css

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

 span { border-color: rgb(46,45,108); }

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