Html Css Color HEX #2E357A Torea Bay

📋 copy color: '#2E357A'

red 46 ◦ green 53 ◦ blue 122

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

Shades of Torea Bay #2E357A

Tints of Torea Bay #2E357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 20.81%
G = 23.98%
B = 55.2%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E357A (or 0x2E357A) is known color: Torea Bay. HEX triplet: 2E, 35 and 7A. RGB value is (46,53,122). Sum of RGB (Red+Green+Blue) = 46+53+122=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E357A is #D1CA85. Grayscale: #3A3A3A. Windows color (decimal): -13748870 or 8009006. OLE color: 8009006.

HSL color Cylindrical-coordinate representation of color #2E357A: hue angle of 234.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E357A is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 53 122 -
CMYK 0.62 0.57 0 0.52
HSL 234.47º 0.45% 0.33% -
HSV(B) 234.47º 0.62% 0.48% -
XYZ 5.91 4.53 18.98 -
YUV 58.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 46 53 122 0.62 0.57 0 0.52 234.47 0.45 0.33
Hex 2E 35 7A 3E 39 0 34 EA 2D 21
Octal 56 65 172 76 71 0 64 352 55 41
Binary 101110 110101 1111010 111110 111001 0 110100 11101010 101101 100001

Color Harmonies of #2E357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E357A

Black with #2E357A

Text Example


Text Example

White with #2E357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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