Html Css Color HEX #31337E Torea Bay

📋 copy color: '#31337E'

red 49 ◦ green 51 ◦ blue 126

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

Shades of Torea Bay #31337E

Tints of Torea Bay #31337E

RGB

 RED value IS 49 (19.53% from 255) = 21.68%

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 126 (49.61% from 255) = 55.75%

R = 21.68%
G = 22.57%
B = 55.75%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31337E (or 0x31337E) is known color: Torea Bay. HEX triplet: 31, 33 and 7E. RGB value is (49,51,126). Sum of RGB (Red+Green+Blue) = 49+51+126=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #31337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31337E is #CECC81. Grayscale: #3A3A3A. Windows color (decimal): -13552770 or 8270641. OLE color: 8270641.

HSL color Cylindrical-coordinate representation of color #31337E: hue angle of 238.44º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31337E is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 51 126 -
CMYK 0.61 0.60 0 0.51
HSL 238.44º 0.44% 0.34% -
HSV(B) 238.44º 0.61% 0.49% -
XYZ 6.22 4.53 20.28 -
YUV 58.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 49 51 126 0.61 0.60 0 0.51 238.44 0.44 0.34
Hex 31 33 7E 3D 3C 0 33 EE 2C 22
Octal 61 63 176 75 74 0 63 356 54 42
Binary 110001 110011 1111110 111101 111100 0 110011 11101110 101100 100010

Color Harmonies of #31337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31337E

Black with #31337E

Text Example


Text Example

White with #31337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31337E; }

 p { color: rgb(49,51,126); }

 H1.HeaderClassName
 {
   color: #31337E;
 }
 .AnyTagClassName
 {
   color: #31337E;
 }
</style>

background-color css

<style>
 a { background-color: #31337E; }

 a { background-color: rgb(49,51,126); }

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

border-color css

<style>
 span { border-color: #31337E; }

 span { border-color: rgb(49,51,126); }

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