Html Css Color HEX #2E3778 Torea Bay

📋 copy color: '#2E3778'

red 46 ◦ green 55 ◦ blue 120

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

Shades of Torea Bay #2E3778

Tints of Torea Bay #2E3778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 20.81%
G = 24.89%
B = 54.3%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E3778 (or 0x2E3778) is known color: Torea Bay. HEX triplet: 2E, 37 and 78. RGB value is (46,55,120). Sum of RGB (Red+Green+Blue) = 46+55+120=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3778 is #D1C887. Grayscale: #3B3B3B. Windows color (decimal): -13748360 or 7878446. OLE color: 7878446.

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

Color convert

RGB 46 55 120 -
CMYK 0.62 0.54 0 0.53
HSL 232.7º 0.45% 0.33% -
HSV(B) 232.7º 0.62% 0.47% -
XYZ 5.88 4.67 18.36 -
YUV 59.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 46 55 120 0.62 0.54 0 0.53 232.7 0.45 0.33
Hex 2E 37 78 3E 36 0 35 E9 2D 21
Octal 56 67 170 76 66 0 65 351 55 41
Binary 101110 110111 1111000 111110 110110 0 110101 11101001 101101 100001

Color Harmonies of #2E3778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3778

Black with #2E3778

Text Example


Text Example

White with #2E3778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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