Html Css Color HEX #2E3884 Torea Bay

📋 copy color: '#2E3884'

red 46 ◦ green 56 ◦ blue 132

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

Shades of Torea Bay #2E3884

Tints of Torea Bay #2E3884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 19.66%
G = 23.93%
B = 56.41%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E3884 (or 0x2E3884) is known color: Torea Bay. HEX triplet: 2E, 38 and 84. RGB value is (46,56,132). Sum of RGB (Red+Green+Blue) = 46+56+132=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E3884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3884 is #D1C77B. Grayscale: #3D3D3D. Windows color (decimal): -13748092 or 8665134. OLE color: 8665134.

HSL color Cylindrical-coordinate representation of color #2E3884: hue angle of 233.02º degrees, saturation: 0.48, 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 #2E3884 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 56 132 -
CMYK 0.65 0.58 0 0.48
HSL 233.02º 0.48% 0.35% -
HSV(B) 233.02º 0.65% 0.52% -
XYZ 6.71 5.08 22.46 -
YUV 61.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 46 56 132 0.65 0.58 0 0.48 233.02 0.48 0.35
Hex 2E 38 84 41 3A 0 30 E9 30 23
Octal 56 70 204 101 72 0 60 351 60 43
Binary 101110 111000 10000100 1000001 111010 0 110000 11101001 110000 100011

Color Harmonies of #2E3884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3884

Black with #2E3884

Text Example


Text Example

White with #2E3884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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