Html Css Color HEX #2E387D Torea Bay

📋 copy color: '#2E387D'

red 46 ◦ green 56 ◦ blue 125

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

Shades of Torea Bay #2E387D

Tints of Torea Bay #2E387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 20.26%
G = 24.67%
B = 55.07%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E387D (or 0x2E387D) is known color: Torea Bay. HEX triplet: 2E, 38 and 7D. RGB value is (46,56,125). Sum of RGB (Red+Green+Blue) = 46+56+125=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E387D is #D1C782. Grayscale: #3C3C3C. Windows color (decimal): -13748099 or 8206382. OLE color: 8206382.

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

Color convert

RGB 46 56 125 -
CMYK 0.63 0.55 0 0.51
HSL 232.41º 0.46% 0.34% -
HSV(B) 232.41º 0.63% 0.49% -
XYZ 6.24 4.89 20.02 -
YUV 60.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 46 56 125 0.63 0.55 0 0.51 232.41 0.46 0.34
Hex 2E 38 7D 3F 37 0 33 E8 2E 22
Octal 56 70 175 77 67 0 63 350 56 42
Binary 101110 111000 1111101 111111 110111 0 110011 11101000 101110 100010

Color Harmonies of #2E387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E387D

Black with #2E387D

Text Example


Text Example

White with #2E387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,125); }

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

background-color css

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

 a { background-color: rgb(46,56,125); }

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

border-color css

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

 span { border-color: rgb(46,56,125); }

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