Html Css Color HEX #2E397C Torea Bay

📋 copy color: '#2E397C'

red 46 ◦ green 57 ◦ blue 124

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

Shades of Torea Bay #2E397C

Tints of Torea Bay #2E397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 20.26%
G = 25.11%
B = 54.63%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E397C (or 0x2E397C) is known color: Torea Bay. HEX triplet: 2E, 39 and 7C. RGB value is (46,57,124). Sum of RGB (Red+Green+Blue) = 46+57+124=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E397C is #D1C683. Grayscale: #3D3D3D. Windows color (decimal): -13747844 or 8141102. OLE color: 8141102.

HSL color Cylindrical-coordinate representation of color #2E397C: hue angle of 231.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E397C is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 57 124 -
CMYK 0.63 0.54 0 0.51
HSL 231.54º 0.46% 0.33% -
HSV(B) 231.54º 0.63% 0.49% -
XYZ 6.23 4.96 19.7 -
YUV 61.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 46 57 124 0.63 0.54 0 0.51 231.54 0.46 0.33
Hex 2E 39 7C 3F 36 0 33 E8 2E 21
Octal 56 71 174 77 66 0 63 350 56 41
Binary 101110 111001 1111100 111111 110110 0 110011 11101000 101110 100001

Color Harmonies of #2E397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E397C

Black with #2E397C

Text Example


Text Example

White with #2E397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,124); }

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

background-color css

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

 a { background-color: rgb(46,57,124); }

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

border-color css

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

 span { border-color: rgb(46,57,124); }

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