Html Css Color HEX #2E3375 Torea Bay

📋 copy color: '#2E3375'

red 46 ◦ green 51 ◦ blue 117

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

Shades of Torea Bay #2E3375

Tints of Torea Bay #2E3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 21.5%
G = 23.83%
B = 54.67%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E3375 (or 0x2E3375) is known color: Torea Bay. HEX triplet: 2E, 33 and 75. RGB value is (46,51,117). Sum of RGB (Red+Green+Blue) = 46+51+117=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3375 is #D1CC8A. Grayscale: #383838. Windows color (decimal): -13749387 or 7680814. OLE color: 7680814.

HSL color Cylindrical-coordinate representation of color #2E3375: hue angle of 235.77º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E3375 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 51 117 -
CMYK 0.61 0.56 0 0.54
HSL 235.77º 0.44% 0.32% -
HSV(B) 235.77º 0.61% 0.46% -
XYZ 5.52 4.23 17.36 -
YUV 57.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 46 51 117 0.61 0.56 0 0.54 235.77 0.44 0.32
Hex 2E 33 75 3D 38 0 36 EC 2C 20
Octal 56 63 165 75 70 0 66 354 54 40
Binary 101110 110011 1110101 111101 111000 0 110110 11101100 101100 100000

Color Harmonies of #2E3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3375

Black with #2E3375

Text Example


Text Example

White with #2E3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,117); }

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

background-color css

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

 a { background-color: rgb(46,51,117); }

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

border-color css

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

 span { border-color: rgb(46,51,117); }

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