Html Css Color HEX #2E3A88 Torea Bay

📋 copy color: '#2E3A88'

red 46 ◦ green 58 ◦ blue 136

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

Shades of Torea Bay #2E3A88

Tints of Torea Bay #2E3A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 19.17%
G = 24.17%
B = 56.67%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E3A88 (or 0x2E3A88) is known color: Torea Bay. HEX triplet: 2E, 3A and 88. RGB value is (46,58,136). Sum of RGB (Red+Green+Blue) = 46+58+136=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E3A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3A88 is #D1C577. Grayscale: #3E3E3E. Windows color (decimal): -13747576 or 8927790. OLE color: 8927790.

HSL color Cylindrical-coordinate representation of color #2E3A88: hue angle of 232º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3A88 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 58 136 -
CMYK 0.66 0.57 0 0.47
HSL 232º 0.49% 0.36% -
HSV(B) 232º 0.66% 0.53% -
XYZ 7.08 5.38 23.96 -
YUV 63.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 46 58 136 0.66 0.57 0 0.47 232 0.49 0.36
Hex 2E 3A 88 42 39 0 2F E8 31 24
Octal 56 72 210 102 71 0 57 350 61 44
Binary 101110 111010 10001000 1000010 111001 0 101111 11101000 110001 100100

Color Harmonies of #2E3A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A88

Black with #2E3A88

Text Example


Text Example

White with #2E3A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,58,136); }

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

background-color css

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

 a { background-color: rgb(46,58,136); }

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

border-color css

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

 span { border-color: rgb(46,58,136); }

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