Html Css Color HEX #2E376C Torea Bay

📋 copy color: '#2E376C'

red 46 ◦ green 55 ◦ blue 108

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

Shades of Torea Bay #2E376C

Tints of Torea Bay #2E376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 22.01%
G = 26.32%
B = 51.67%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E376C (or 0x2E376C) is known color: Torea Bay. HEX triplet: 2E, 37 and 6C. RGB value is (46,55,108). Sum of RGB (Red+Green+Blue) = 46+55+108=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E376C is #D1C893. Grayscale: #3A3A3A. Windows color (decimal): -13748372 or 7092014. OLE color: 7092014.

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

Color convert

RGB 46 55 108 -
CMYK 0.57 0.49 0 0.58
HSL 231.29º 0.4% 0.3% -
HSV(B) 231.29º 0.57% 0.42% -
XYZ 5.2 4.4 14.76 -
YUV 58.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 46 55 108 0.57 0.49 0 0.58 231.29 0.4 0.3
Hex 2E 37 6C 39 31 0 3A E7 28 1E
Octal 56 67 154 71 61 0 72 347 50 36
Binary 101110 110111 1101100 111001 110001 0 111010 11100111 101000 11110

Color Harmonies of #2E376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E376C

Black with #2E376C

Text Example


Text Example

White with #2E376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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