Html Css Color HEX #2E2D5F Deep Koamaru

📋 copy color: '#2E2D5F'

red 46 ◦ green 45 ◦ blue 95

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

Shades of Deep Koamaru #2E2D5F

Tints of Deep Koamaru #2E2D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.08%

R = 24.73%
G = 24.19%
B = 51.08%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E2D5F (or 0x2E2D5F) is known color: Deep Koamaru. HEX triplet: 2E, 2D and 5F. RGB value is (46,45,95). Sum of RGB (Red+Green+Blue) = 46+45+95=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E2D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D5F is #D1D2A0. Grayscale: #323232. Windows color (decimal): -13750945 or 6237486. OLE color: 6237486.

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

Color convert

RGB 46 45 95 -
CMYK 0.52 0.53 0 0.63
HSL 241.2º 0.36% 0.27% -
HSV(B) 241.2º 0.53% 0.37% -
XYZ 4.13 3.28 11.24 -
YUV 51 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 46 45 95 0.52 0.53 0 0.63 241.2 0.36 0.27
Hex 2E 2D 5F 34 35 0 3F F1 24 1B
Octal 56 55 137 64 65 0 77 361 44 33
Binary 101110 101101 1011111 110100 110101 0 111111 11110001 100100 11011

Color Harmonies of #2E2D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2D5F

Black with #2E2D5F

Text Example


Text Example

White with #2E2D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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