Html Css Color HEX #2E3784 Torea Bay

📋 copy color: '#2E3784'

red 46 ◦ green 55 ◦ blue 132

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

Shades of Torea Bay #2E3784

Tints of Torea Bay #2E3784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 132 (51.95% from 255) = 56.65%

R = 19.74%
G = 23.61%
B = 56.65%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E3784 (or 0x2E3784) is known color: Torea Bay. HEX triplet: 2E, 37 and 84. RGB value is (46,55,132). Sum of RGB (Red+Green+Blue) = 46+55+132=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E3784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3784 is #D1C87B. Grayscale: #3C3C3C. Windows color (decimal): -13748348 or 8664878. OLE color: 8664878.

HSL color Cylindrical-coordinate representation of color #2E3784: hue angle of 233.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3784 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 55 132 -
CMYK 0.65 0.58 0 0.48
HSL 233.72º 0.48% 0.35% -
HSV(B) 233.72º 0.65% 0.52% -
XYZ 6.66 4.98 22.44 -
YUV 61.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 46 55 132 0.65 0.58 0 0.48 233.72 0.48 0.35
Hex 2E 37 84 41 3A 0 30 EA 30 23
Octal 56 67 204 101 72 0 60 352 60 43
Binary 101110 110111 10000100 1000001 111010 0 110000 11101010 110000 100011

Color Harmonies of #2E3784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3784

Black with #2E3784

Text Example


Text Example

White with #2E3784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,132); }

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

background-color css

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

 a { background-color: rgb(46,55,132); }

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

border-color css

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

 span { border-color: rgb(46,55,132); }

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