Html Css Color HEX #313C4F Biscay

📋 copy color: '#313C4F'

red 49 ◦ green 60 ◦ blue 79

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

Shades of Biscay #313C4F

Tints of Biscay #313C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.91%

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 26.06%
G = 31.91%
B = 42.02%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313C4F (or 0x313C4F) is known color: Biscay. HEX triplet: 31, 3C and 4F. RGB value is (49,60,79). Sum of RGB (Red+Green+Blue) = 49+60+79=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #313C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C4F is #CEC3B0. Grayscale: #3A3A3A. Windows color (decimal): -13550513 or 5192753. OLE color: 5192753.

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

Color convert

RGB 49 60 79 -
CMYK 0.38 0.24 0 0.69
HSL 218º 0.23% 0.25% -
HSV(B) 218º 0.38% 0.31% -
XYZ 4.29 4.45 8.03 -
YUV 58.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 49 60 79 0.38 0.24 0 0.69 218 0.23 0.25
Hex 31 3C 4F 26 18 0 45 DA 17 19
Octal 61 74 117 46 30 0 105 332 27 31
Binary 110001 111100 1001111 100110 11000 0 1000101 11011010 10111 11001

Color Harmonies of #313C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C4F

Black with #313C4F

Text Example


Text Example

White with #313C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313C4F; }

 p { color: rgb(49,60,79); }

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

background-color css

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

 a { background-color: rgb(49,60,79); }

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

border-color css

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

 span { border-color: rgb(49,60,79); }

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