Html Css Color HEX #2E2D66 Deep Koamaru

📋 copy color: '#2E2D66'

red 46 ◦ green 45 ◦ blue 102

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

Shades of Deep Koamaru #2E2D66

Tints of Deep Koamaru #2E2D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.85%

R = 23.83%
G = 23.32%
B = 52.85%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E2D66 (or 0x2E2D66) is known color: Deep Koamaru. HEX triplet: 2E, 2D and 66. RGB value is (46,45,102). Sum of RGB (Red+Green+Blue) = 46+45+102=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D66 is #D1D299. Grayscale: #333333. Windows color (decimal): -13750938 or 6696238. OLE color: 6696238.

HSL color Cylindrical-coordinate representation of color #2E2D66: hue angle of 241.05º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E2D66 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 45 102 -
CMYK 0.55 0.56 0 0.6
HSL 241.05º 0.39% 0.29% -
HSV(B) 241.05º 0.56% 0.4% -
XYZ 4.46 3.42 12.99 -
YUV 51.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 46 45 102 0.55 0.56 0 0.6 241.05 0.39 0.29
Hex 2E 2D 66 37 38 0 3C F1 27 1D
Octal 56 55 146 67 70 0 74 361 47 35
Binary 101110 101101 1100110 110111 111000 0 111100 11110001 100111 11101

Color Harmonies of #2E2D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2D66

Black with #2E2D66

Text Example


Text Example

White with #2E2D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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