Html Css Color HEX #2E2C62 Deep Koamaru

📋 copy color: '#2E2C62'

red 46 ◦ green 44 ◦ blue 98

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

Shades of Deep Koamaru #2E2C62

Tints of Deep Koamaru #2E2C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.4%

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 24.47%
G = 23.4%
B = 52.13%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2C62 (or 0x2E2C62) is known color: Deep Koamaru. HEX triplet: 2E, 2C and 62. RGB value is (46,44,98). Sum of RGB (Red+Green+Blue) = 46+44+98=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C62 is #D1D39D. Grayscale: #323232. Windows color (decimal): -13751198 or 6433838. OLE color: 6433838.

HSL color Cylindrical-coordinate representation of color #2E2C62: hue angle of 242.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E2C62 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 44 98 -
CMYK 0.53 0.55 0 0.62
HSL 242.22º 0.38% 0.28% -
HSV(B) 242.22º 0.55% 0.38% -
XYZ 4.23 3.26 11.96 -
YUV 50.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 46 44 98 0.53 0.55 0 0.62 242.22 0.38 0.28
Hex 2E 2C 62 35 37 0 3E F2 26 1C
Octal 56 54 142 65 67 0 76 362 46 34
Binary 101110 101100 1100010 110101 110111 0 111110 11110010 100110 11100

Color Harmonies of #2E2C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2C62

Black with #2E2C62

Text Example


Text Example

White with #2E2C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,44,98); }

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

background-color css

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

 a { background-color: rgb(46,44,98); }

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

border-color css

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

 span { border-color: rgb(46,44,98); }

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