Html Css Color HEX #2E2D72 Deep Koamaru

📋 copy color: '#2E2D72'

red 46 ◦ green 45 ◦ blue 114

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

Shades of Deep Koamaru #2E2D72

Tints of Deep Koamaru #2E2D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.95%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 22.44%
G = 21.95%
B = 55.61%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E2D72 (or 0x2E2D72) is known color: Deep Koamaru. HEX triplet: 2E, 2D and 72. RGB value is (46,45,114). Sum of RGB (Red+Green+Blue) = 46+45+114=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E2D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D72 is #D1D28D. Grayscale: #343434. Windows color (decimal): -13750926 or 7482670. OLE color: 7482670.

HSL color Cylindrical-coordinate representation of color #2E2D72: hue angle of 240.87º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E2D72 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 45 114 -
CMYK 0.60 0.61 0 0.55
HSL 240.87º 0.43% 0.31% -
HSV(B) 240.87º 0.61% 0.45% -
XYZ 5.1 3.67 16.36 -
YUV 53.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 46 45 114 0.60 0.61 0 0.55 240.87 0.43 0.31
Hex 2E 2D 72 3C 3D 0 37 F1 2B 1F
Octal 56 55 162 74 75 0 67 361 53 37
Binary 101110 101101 1110010 111100 111101 0 110111 11110001 101011 11111

Color Harmonies of #2E2D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2D72

Black with #2E2D72

Text Example


Text Example

White with #2E2D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,45,114); }

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

background-color css

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

 a { background-color: rgb(46,45,114); }

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

border-color css

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

 span { border-color: rgb(46,45,114); }

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