Html Css Color HEX #2E3685 Torea Bay

📋 copy color: '#2E3685'

red 46 ◦ green 54 ◦ blue 133

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

Shades of Torea Bay #2E3685

Tints of Torea Bay #2E3685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.08%

R = 19.74%
G = 23.18%
B = 57.08%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E3685 (or 0x2E3685) is known color: Torea Bay. HEX triplet: 2E, 36 and 85. RGB value is (46,54,133). Sum of RGB (Red+Green+Blue) = 46+54+133=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E3685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3685 is #D1C97A. Grayscale: #3C3C3C. Windows color (decimal): -13748603 or 8730158. OLE color: 8730158.

HSL color Cylindrical-coordinate representation of color #2E3685: hue angle of 234.48º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3685 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 54 133 -
CMYK 0.65 0.59 0 0.48
HSL 234.48º 0.49% 0.35% -
HSV(B) 234.48º 0.65% 0.52% -
XYZ 6.68 4.91 22.79 -
YUV 60.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 46 54 133 0.65 0.59 0 0.48 234.48 0.49 0.35
Hex 2E 36 85 41 3B 0 30 EA 31 23
Octal 56 66 205 101 73 0 60 352 61 43
Binary 101110 110110 10000101 1000001 111011 0 110000 11101010 110001 100011

Color Harmonies of #2E3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3685

Black with #2E3685

Text Example


Text Example

White with #2E3685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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