Html Css Color HEX #313681 Torea Bay

📋 copy color: '#313681'

red 49 ◦ green 54 ◦ blue 129

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

Shades of Torea Bay #313681

Tints of Torea Bay #313681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 21.12%
G = 23.28%
B = 55.6%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313681 (or 0x313681) is known color: Torea Bay. HEX triplet: 31, 36 and 81. RGB value is (49,54,129). Sum of RGB (Red+Green+Blue) = 49+54+129=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #313681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313681 is #CEC97E. Grayscale: #3C3C3C. Windows color (decimal): -13551999 or 8468017. OLE color: 8468017.

HSL color Cylindrical-coordinate representation of color #313681: hue angle of 236.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313681 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 54 129 -
CMYK 0.62 0.58 0 0.49
HSL 236.25º 0.45% 0.35% -
HSV(B) 236.25º 0.62% 0.51% -
XYZ 6.55 4.88 21.36 -
YUV 61.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 49 54 129 0.62 0.58 0 0.49 236.25 0.45 0.35
Hex 31 36 81 3E 3A 0 31 EC 2D 23
Octal 61 66 201 76 72 0 61 354 55 43
Binary 110001 110110 10000001 111110 111010 0 110001 11101100 101101 100011

Color Harmonies of #313681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313681

Black with #313681

Text Example


Text Example

White with #313681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313681; }

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

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

background-color css

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

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

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

border-color css

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

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

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