Html Css Color HEX #2E297C Deep Koamaru

📋 copy color: '#2E297C'

red 46 ◦ green 41 ◦ blue 124

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

Shades of Deep Koamaru #2E297C

Tints of Deep Koamaru #2E297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.77%

R = 21.8%
G = 19.43%
B = 58.77%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E297C (or 0x2E297C) is known color: Deep Koamaru. HEX triplet: 2E, 29 and 7C. RGB value is (46,41,124). Sum of RGB (Red+Green+Blue) = 46+41+124=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E297C is #D1D683. Grayscale: #333333. Windows color (decimal): -13751940 or 8137006. OLE color: 8137006.

HSL color Cylindrical-coordinate representation of color #2E297C: hue angle of 243.61º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E297C is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 41 124 -
CMYK 0.63 0.67 0 0.51
HSL 243.61º 0.5% 0.32% -
HSV(B) 243.61º 0.67% 0.49% -
XYZ 5.56 3.62 19.47 -
YUV 51.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 46 41 124 0.63 0.67 0 0.51 243.61 0.5 0.32
Hex 2E 29 7C 3F 43 0 33 F4 32 20
Octal 56 51 174 77 103 0 63 364 62 40
Binary 101110 101001 1111100 111111 1000011 0 110011 11110100 110010 100000

Color Harmonies of #2E297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E297C

Black with #2E297C

Text Example


Text Example

White with #2E297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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