Html Css Color HEX #2E2E5C Deep Koamaru

📋 copy color: '#2E2E5C'

red 46 ◦ green 46 ◦ blue 92

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

Shades of Deep Koamaru #2E2E5C

Tints of Deep Koamaru #2E2E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25%

 BLUE value IS 92 (36.33% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E2E5C (or 0x2E2E5C) is known color: Deep Koamaru. HEX triplet: 2E, 2E and 5C. RGB value is (46,46,92). Sum of RGB (Red+Green+Blue) = 46+46+92=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E2E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E5C is #D1D1A3. Grayscale: #333333. Windows color (decimal): -13750692 or 6041134. OLE color: 6041134.

HSL color Cylindrical-coordinate representation of color #2E2E5C: hue angle of 240º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E2E5C is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 46 92 -
CMYK 0.50 0.50 0 0.64
HSL 240º 0.33% 0.27% -
HSV(B) 240º 0.5% 0.36% -
XYZ 4.04 3.31 10.55 -
YUV 51.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 46 46 92 0.50 0.50 0 0.64 240 0.33 0.27
Hex 2E 2E 5C 32 32 0 40 F0 21 1B
Octal 56 56 134 62 62 0 100 360 41 33
Binary 101110 101110 1011100 110010 110010 0 1000000 11110000 100001 11011

Color Harmonies of #2E2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2E5C

Black with #2E2E5C

Text Example


Text Example

White with #2E2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,46,92); }

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

background-color css

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

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

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

border-color css

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

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

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