Html Css Color HEX #2E305D Deep Koamaru

📋 copy color: '#2E305D'

red 46 ◦ green 48 ◦ blue 93

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

Shades of Deep Koamaru #2E305D

Tints of Deep Koamaru #2E305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 24.6%
G = 25.67%
B = 49.73%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E305D (or 0x2E305D) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 5D. RGB value is (46,48,93). Sum of RGB (Red+Green+Blue) = 46+48+93=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E305D is #D1CFA2. Grayscale: #343434. Windows color (decimal): -13750179 or 6107182. OLE color: 6107182.

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

Color convert

RGB 46 48 93 -
CMYK 0.51 0.48 0 0.64
HSL 237.45º 0.34% 0.27% -
HSV(B) 237.45º 0.51% 0.36% -
XYZ 4.16 3.49 10.81 -
YUV 52.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 46 48 93 0.51 0.48 0 0.64 237.45 0.34 0.27
Hex 2E 30 5D 33 30 0 40 ED 22 1B
Octal 56 60 135 63 60 0 100 355 42 33
Binary 101110 110000 1011101 110011 110000 0 1000000 11101101 100010 11011

Color Harmonies of #2E305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E305D

Black with #2E305D

Text Example


Text Example

White with #2E305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,93); }

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

background-color css

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

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

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

border-color css

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

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

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