Html Css Color HEX #2E366E Torea Bay

📋 copy color: '#2E366E'

red 46 ◦ green 54 ◦ blue 110

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

Shades of Torea Bay #2E366E

Tints of Torea Bay #2E366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 21.9%
G = 25.71%
B = 52.38%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E366E (or 0x2E366E) is known color: Torea Bay. HEX triplet: 2E, 36 and 6E. RGB value is (46,54,110). Sum of RGB (Red+Green+Blue) = 46+54+110=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E366E is #D1C991. Grayscale: #393939. Windows color (decimal): -13748626 or 7222830. OLE color: 7222830.

HSL color Cylindrical-coordinate representation of color #2E366E: hue angle of 232.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E366E is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 54 110 -
CMYK 0.58 0.51 0 0.57
HSL 232.5º 0.41% 0.31% -
HSV(B) 232.5º 0.58% 0.43% -
XYZ 5.26 4.34 15.31 -
YUV 57.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 46 54 110 0.58 0.51 0 0.57 232.5 0.41 0.31
Hex 2E 36 6E 3A 33 0 39 E8 29 1F
Octal 56 66 156 72 63 0 71 350 51 37
Binary 101110 110110 1101110 111010 110011 0 111001 11101000 101001 11111

Color Harmonies of #2E366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E366E

Black with #2E366E

Text Example


Text Example

White with #2E366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,54,110); }

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

background-color css

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

 a { background-color: rgb(46,54,110); }

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

border-color css

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

 span { border-color: rgb(46,54,110); }

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