Html Css Color HEX #2E3570 Torea Bay

📋 copy color: '#2E3570'

red 46 ◦ green 53 ◦ blue 112

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

Shades of Torea Bay #2E3570

Tints of Torea Bay #2E3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 112 (44.14% from 255) = 53.08%

R = 21.8%
G = 25.12%
B = 53.08%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E3570 (or 0x2E3570) is known color: Torea Bay. HEX triplet: 2E, 35 and 70. RGB value is (46,53,112). Sum of RGB (Red+Green+Blue) = 46+53+112=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3570 is #D1CA8F. Grayscale: #393939. Windows color (decimal): -13748880 or 7353646. OLE color: 7353646.

HSL color Cylindrical-coordinate representation of color #2E3570: hue angle of 233.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E3570 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 53 112 -
CMYK 0.59 0.53 0 0.56
HSL 233.64º 0.42% 0.31% -
HSV(B) 233.64º 0.59% 0.44% -
XYZ 5.32 4.3 15.88 -
YUV 57.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 46 53 112 0.59 0.53 0 0.56 233.64 0.42 0.31
Hex 2E 35 70 3B 35 0 38 EA 2A 1F
Octal 56 65 160 73 65 0 70 352 52 37
Binary 101110 110101 1110000 111011 110101 0 111000 11101010 101010 11111

Color Harmonies of #2E3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3570

Black with #2E3570

Text Example


Text Example

White with #2E3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,53,112); }

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

background-color css

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

 a { background-color: rgb(46,53,112); }

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

border-color css

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

 span { border-color: rgb(46,53,112); }

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