Html Css Color HEX #2E307D Torea Bay

📋 copy color: '#2E307D'

red 46 ◦ green 48 ◦ blue 125

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

Shades of Torea Bay #2E307D

Tints of Torea Bay #2E307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 21%
G = 21.92%
B = 57.08%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E307D (or 0x2E307D) is known color: Torea Bay. HEX triplet: 2E, 30 and 7D. RGB value is (46,48,125). Sum of RGB (Red+Green+Blue) = 46+48+125=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E307D is #D1CF82. Grayscale: #373737. Windows color (decimal): -13750147 or 8204334. OLE color: 8204334.

HSL color Cylindrical-coordinate representation of color #2E307D: hue angle of 238.48º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E307D is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 48 125 -
CMYK 0.63 0.62 0 0.51
HSL 238.48º 0.46% 0.34% -
HSV(B) 238.48º 0.63% 0.49% -
XYZ 5.89 4.18 19.9 -
YUV 56.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 46 48 125 0.63 0.62 0 0.51 238.48 0.46 0.34
Hex 2E 30 7D 3F 3E 0 33 EE 2E 22
Octal 56 60 175 77 76 0 63 356 56 42
Binary 101110 110000 1111101 111111 111110 0 110011 11101110 101110 100010

Color Harmonies of #2E307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E307D

Black with #2E307D

Text Example


Text Example

White with #2E307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,125); }

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

background-color css

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

 a { background-color: rgb(46,48,125); }

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

border-color css

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

 span { border-color: rgb(46,48,125); }

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