Html Css Color HEX #2E3079 Torea Bay

📋 copy color: '#2E3079'

red 46 ◦ green 48 ◦ blue 121

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

Shades of Torea Bay #2E3079

Tints of Torea Bay #2E3079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.28%

R = 21.4%
G = 22.33%
B = 56.28%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E3079 (or 0x2E3079) is known color: Torea Bay. HEX triplet: 2E, 30 and 79. RGB value is (46,48,121). Sum of RGB (Red+Green+Blue) = 46+48+121=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3079 is #D1CF86. Grayscale: #373737. Windows color (decimal): -13750151 or 7942190. OLE color: 7942190.

HSL color Cylindrical-coordinate representation of color #2E3079: hue angle of 238.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E3079 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 48 121 -
CMYK 0.62 0.60 0 0.53
HSL 238.4º 0.45% 0.33% -
HSV(B) 238.4º 0.62% 0.47% -
XYZ 5.63 4.08 18.58 -
YUV 55.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 46 48 121 0.62 0.60 0 0.53 238.4 0.45 0.33
Hex 2E 30 79 3E 3C 0 35 EE 2D 21
Octal 56 60 171 76 74 0 65 356 55 41
Binary 101110 110000 1111001 111110 111100 0 110101 11101110 101101 100001

Color Harmonies of #2E3079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3079

Black with #2E3079

Text Example


Text Example

White with #2E3079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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