Html Css Color HEX #2E3068 Deep Koamaru

📋 copy color: '#2E3068'

red 46 ◦ green 48 ◦ blue 104

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

Shades of Deep Koamaru #2E3068

Tints of Deep Koamaru #2E3068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 23.23%
G = 24.24%
B = 52.53%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E3068 (or 0x2E3068) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 68. RGB value is (46,48,104). Sum of RGB (Red+Green+Blue) = 46+48+104=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E3068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3068 is #D1CF97. Grayscale: #353535. Windows color (decimal): -13750168 or 6828078. OLE color: 6828078.

HSL color Cylindrical-coordinate representation of color #2E3068: hue angle of 237.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E3068 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 48 104 -
CMYK 0.56 0.54 0 0.59
HSL 237.93º 0.39% 0.29% -
HSV(B) 237.93º 0.56% 0.41% -
XYZ 4.68 3.69 13.56 -
YUV 53.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 46 48 104 0.56 0.54 0 0.59 237.93 0.39 0.29
Hex 2E 30 68 38 36 0 3B EE 27 1D
Octal 56 60 150 70 66 0 73 356 47 35
Binary 101110 110000 1101000 111000 110110 0 111011 11101110 100111 11101

Color Harmonies of #2E3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3068

Black with #2E3068

Text Example


Text Example

White with #2E3068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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