Html Css Color HEX #314550 Big Stone

📋 copy color: '#314550'

red 49 ◦ green 69 ◦ blue 80

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

Shades of Big Stone #314550

Tints of Big Stone #314550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 80 (31.64% from 255) = 40.4%

R = 24.75%
G = 34.85%
B = 40.4%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#314550 (or 0x314550) is known color: Big Stone. HEX triplet: 31, 45 and 50. RGB value is (49,69,80). Sum of RGB (Red+Green+Blue) = 49+69+80=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #314550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314550 is #CEBAAF. Grayscale: #404040. Windows color (decimal): -13548208 or 5260593. OLE color: 5260593.

HSL color Cylindrical-coordinate representation of color #314550: hue angle of 201.29º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314550 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 69 80 -
CMYK 0.39 0.14 0 0.69
HSL 201.29º 0.24% 0.25% -
HSV(B) 201.29º 0.39% 0.31% -
XYZ 4.84 5.49 8.39 -
YUV 64.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 49 69 80 0.39 0.14 0 0.69 201.29 0.24 0.25
Hex 31 45 50 27 E 0 45 C9 18 19
Octal 61 105 120 47 16 0 105 311 30 31
Binary 110001 1000101 1010000 100111 1110 0 1000101 11001001 11000 11001

Color Harmonies of #314550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314550

Black with #314550

Text Example


Text Example

White with #314550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314550; }

 p { color: rgb(49,69,80); }

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

background-color css

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

 a { background-color: rgb(49,69,80); }

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

border-color css

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

 span { border-color: rgb(49,69,80); }

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