Html Css Color HEX #2E2976 Deep Koamaru

📋 copy color: '#2E2976'

red 46 ◦ green 41 ◦ blue 118

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

Shades of Deep Koamaru #2E2976

Tints of Deep Koamaru #2E2976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 22.44%
G = 20%
B = 57.56%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E2976 (or 0x2E2976) is known color: Deep Koamaru. HEX triplet: 2E, 29 and 76. RGB value is (46,41,118). Sum of RGB (Red+Green+Blue) = 46+41+118=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2976 is #D1D689. Grayscale: #323232. Windows color (decimal): -13751946 or 7743790. OLE color: 7743790.

HSL color Cylindrical-coordinate representation of color #2E2976: hue angle of 243.9º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2976 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 41 118 -
CMYK 0.61 0.65 0 0.54
HSL 243.9º 0.48% 0.31% -
HSV(B) 243.9º 0.65% 0.46% -
XYZ 5.19 3.47 17.54 -
YUV 51.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 46 41 118 0.61 0.65 0 0.54 243.9 0.48 0.31
Hex 2E 29 76 3D 41 0 36 F4 30 1F
Octal 56 51 166 75 101 0 66 364 60 37
Binary 101110 101001 1110110 111101 1000001 0 110110 11110100 110000 11111

Color Harmonies of #2E2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2976

Black with #2E2976

Text Example


Text Example

White with #2E2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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