Html Css Color HEX #2E387C Torea Bay

📋 copy color: '#2E387C'

red 46 ◦ green 56 ◦ blue 124

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

Shades of Torea Bay #2E387C

Tints of Torea Bay #2E387C

RGB

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

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

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

R = 20.35%
G = 24.78%
B = 54.87%

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

#2E387C (or 0x2E387C) is known color: Torea Bay. HEX triplet: 2E, 38 and 7C. RGB value is (46,56,124). Sum of RGB (Red+Green+Blue) = 46+56+124=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E387C is #D1C783. Grayscale: #3C3C3C. Windows color (decimal): -13748100 or 8140846. OLE color: 8140846.

HSL color Cylindrical-coordinate representation of color #2E387C: hue angle of 232.31º 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 #2E387C is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 56 124 -
CMYK 0.63 0.55 0 0.51
HSL 232.31º 0.46% 0.33% -
HSV(B) 232.31º 0.63% 0.49% -
XYZ 6.18 4.86 19.68 -
YUV 60.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 46 56 124 0.63 0.55 0 0.51 232.31 0.46 0.33
Hex 2E 38 7C 3F 37 0 33 E8 2E 21
Octal 56 70 174 77 67 0 63 350 56 41
Binary 101110 111000 1111100 111111 110111 0 110011 11101000 101110 100001

Color Harmonies of #2E387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E387C

Black with #2E387C

Text Example


Text Example

White with #2E387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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