Html Css Color HEX #313672 Torea Bay

📋 copy color: '#313672'

red 49 ◦ green 54 ◦ blue 114

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

Shades of Torea Bay #313672

Tints of Torea Bay #313672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 22.58%
G = 24.88%
B = 52.53%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313672 (or 0x313672) is known color: Torea Bay. HEX triplet: 31, 36 and 72. RGB value is (49,54,114). Sum of RGB (Red+Green+Blue) = 49+54+114=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #313672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313672 is #CEC98D. Grayscale: #3B3B3B. Windows color (decimal): -13552014 or 7484977. OLE color: 7484977.

HSL color Cylindrical-coordinate representation of color #313672: hue angle of 235.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313672 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 54 114 -
CMYK 0.57 0.53 0 0.55
HSL 235.38º 0.4% 0.32% -
HSV(B) 235.38º 0.57% 0.45% -
XYZ 5.62 4.51 16.49 -
YUV 59.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 49 54 114 0.57 0.53 0 0.55 235.38 0.4 0.32
Hex 31 36 72 39 35 0 37 EB 28 20
Octal 61 66 162 71 65 0 67 353 50 40
Binary 110001 110110 1110010 111001 110101 0 110111 11101011 101000 100000

Color Harmonies of #313672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313672

Black with #313672

Text Example


Text Example

White with #313672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313672; }

 p { color: rgb(49,54,114); }

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

background-color css

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

 a { background-color: rgb(49,54,114); }

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

border-color css

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

 span { border-color: rgb(49,54,114); }

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