Html Css Color HEX #2E2B7C Deep Koamaru

📋 copy color: '#2E2B7C'

red 46 ◦ green 43 ◦ blue 124

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

Shades of Deep Koamaru #2E2B7C

Tints of Deep Koamaru #2E2B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

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

R = 21.6%
G = 20.19%
B = 58.22%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E2B7C (or 0x2E2B7C) is known color: Deep Koamaru. HEX triplet: 2E, 2B and 7C. RGB value is (46,43,124). Sum of RGB (Red+Green+Blue) = 46+43+124=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E2B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2B7C is #D1D483. Grayscale: #343434. Windows color (decimal): -13751428 or 8137518. OLE color: 8137518.

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

Color convert

RGB 46 43 124 -
CMYK 0.63 0.65 0 0.51
HSL 242.22º 0.49% 0.33% -
HSV(B) 242.22º 0.65% 0.49% -
XYZ 5.63 3.76 19.5 -
YUV 53.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 46 43 124 0.63 0.65 0 0.51 242.22 0.49 0.33
Hex 2E 2B 7C 3F 41 0 33 F2 31 21
Octal 56 53 174 77 101 0 63 362 61 41
Binary 101110 101011 1111100 111111 1000001 0 110011 11110010 110001 100001

Color Harmonies of #2E2B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2B7C

Black with #2E2B7C

Text Example


Text Example

White with #2E2B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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