Html Css Color HEX #2E296D Deep Koamaru

📋 copy color: '#2E296D'

red 46 ◦ green 41 ◦ blue 109

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

Shades of Deep Koamaru #2E296D

Tints of Deep Koamaru #2E296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 23.47%
G = 20.92%
B = 55.61%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E296D (or 0x2E296D) is known color: Deep Koamaru. HEX triplet: 2E, 29 and 6D. RGB value is (46,41,109). Sum of RGB (Red+Green+Blue) = 46+41+109=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E296D is #D1D692. Grayscale: #313131. Windows color (decimal): -13751955 or 7153966. OLE color: 7153966.

HSL color Cylindrical-coordinate representation of color #2E296D: hue angle of 244.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E296D is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 41 109 -
CMYK 0.58 0.62 0 0.57
HSL 244.41º 0.45% 0.29% -
HSV(B) 244.41º 0.62% 0.43% -
XYZ 4.68 3.27 14.85 -
YUV 50.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 46 41 109 0.58 0.62 0 0.57 244.41 0.45 0.29
Hex 2E 29 6D 3A 3E 0 39 F4 2D 1D
Octal 56 51 155 72 76 0 71 364 55 35
Binary 101110 101001 1101101 111010 111110 0 111001 11110100 101101 11101

Color Harmonies of #2E296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E296D

Black with #2E296D

Text Example


Text Example

White with #2E296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,41,109); }

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

background-color css

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

 a { background-color: rgb(46,41,109); }

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

border-color css

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

 span { border-color: rgb(46,41,109); }

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