Html Css Color HEX #2E2877 Deep Koamaru

📋 copy color: '#2E2877'

red 46 ◦ green 40 ◦ blue 119

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

Shades of Deep Koamaru #2E2877

Tints of Deep Koamaru #2E2877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 22.44%
G = 19.51%
B = 58.05%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E2877 (or 0x2E2877) is known color: Deep Koamaru. HEX triplet: 2E, 28 and 77. RGB value is (46,40,119). Sum of RGB (Red+Green+Blue) = 46+40+119=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2877 is #D1D788. Grayscale: #323232. Windows color (decimal): -13752201 or 7809070. OLE color: 7809070.

HSL color Cylindrical-coordinate representation of color #2E2877: hue angle of 244.56º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2877 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 40 119 -
CMYK 0.61 0.66 0 0.53
HSL 244.56º 0.5% 0.31% -
HSV(B) 244.56º 0.66% 0.47% -
XYZ 5.22 3.43 17.84 -
YUV 50.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 46 40 119 0.61 0.66 0 0.53 244.56 0.5 0.31
Hex 2E 28 77 3D 42 0 35 F5 32 1F
Octal 56 50 167 75 102 0 65 365 62 37
Binary 101110 101000 1110111 111101 1000010 0 110101 11110101 110010 11111

Color Harmonies of #2E2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2877

Black with #2E2877

Text Example


Text Example

White with #2E2877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,119); }

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

background-color css

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

 a { background-color: rgb(46,40,119); }

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

border-color css

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

 span { border-color: rgb(46,40,119); }

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