Html Css Color HEX #2E3679 Torea Bay

📋 copy color: '#2E3679'

red 46 ◦ green 54 ◦ blue 121

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

Shades of Torea Bay #2E3679

Tints of Torea Bay #2E3679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 20.81%
G = 24.43%
B = 54.75%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E3679 (or 0x2E3679) is known color: Torea Bay. HEX triplet: 2E, 36 and 79. RGB value is (46,54,121). Sum of RGB (Red+Green+Blue) = 46+54+121=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E3679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3679 is #D1C986. Grayscale: #3A3A3A. Windows color (decimal): -13748615 or 7943726. OLE color: 7943726.

HSL color Cylindrical-coordinate representation of color #2E3679: hue angle of 233.6º 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 #2E3679 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 54 121 -
CMYK 0.62 0.55 0 0.53
HSL 233.6º 0.45% 0.33% -
HSV(B) 233.6º 0.62% 0.47% -
XYZ 5.9 4.6 18.67 -
YUV 59.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 46 54 121 0.62 0.55 0 0.53 233.6 0.45 0.33
Hex 2E 36 79 3E 37 0 35 EA 2D 21
Octal 56 66 171 76 67 0 65 352 55 41
Binary 101110 110110 1111001 111110 110111 0 110101 11101010 101101 100001

Color Harmonies of #2E3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3679

Black with #2E3679

Text Example


Text Example

White with #2E3679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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