Html Css Color HEX #2E306D Deep Koamaru

📋 copy color: '#2E306D'

red 46 ◦ green 48 ◦ blue 109

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

Shades of Deep Koamaru #2E306D

Tints of Deep Koamaru #2E306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 22.66%
G = 23.65%
B = 53.69%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E306D (or 0x2E306D) is known color: Deep Koamaru. HEX triplet: 2E, 30 and 6D. RGB value is (46,48,109). Sum of RGB (Red+Green+Blue) = 46+48+109=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E306D is #D1CF92. Grayscale: #363636. Windows color (decimal): -13750163 or 7155758. OLE color: 7155758.

HSL color Cylindrical-coordinate representation of color #2E306D: hue angle of 238.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E306D is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 48 109 -
CMYK 0.58 0.56 0 0.57
HSL 238.1º 0.41% 0.3% -
HSV(B) 238.1º 0.58% 0.43% -
XYZ 4.94 3.8 14.94 -
YUV 54.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 46 48 109 0.58 0.56 0 0.57 238.1 0.41 0.3
Hex 2E 30 6D 3A 38 0 39 EE 29 1E
Octal 56 60 155 72 70 0 71 356 51 36
Binary 101110 110000 1101101 111010 111000 0 111001 11101110 101001 11110

Color Harmonies of #2E306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E306D

Black with #2E306D

Text Example


Text Example

White with #2E306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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