Html Css Color HEX #313D4F Biscay

📋 copy color: '#313D4F'

red 49 ◦ green 61 ◦ blue 79

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

Shades of Biscay #313D4F

Tints of Biscay #313D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

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

R = 25.93%
G = 32.28%
B = 41.8%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313D4F (or 0x313D4F) is known color: Biscay. HEX triplet: 31, 3D and 4F. RGB value is (49,61,79). Sum of RGB (Red+Green+Blue) = 49+61+79=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #313D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D4F is #CEC2B0. Grayscale: #3B3B3B. Windows color (decimal): -13550257 or 5193009. OLE color: 5193009.

HSL color Cylindrical-coordinate representation of color #313D4F: hue angle of 216º 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 #313D4F is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 61 79 -
CMYK 0.38 0.23 0 0.69
HSL 216º 0.23% 0.25% -
HSV(B) 216º 0.38% 0.31% -
XYZ 4.35 4.55 8.05 -
YUV 59.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 49 61 79 0.38 0.23 0 0.69 216 0.23 0.25
Hex 31 3D 4F 26 17 0 45 D8 17 19
Octal 61 75 117 46 27 0 105 330 27 31
Binary 110001 111101 1001111 100110 10111 0 1000101 11011000 10111 11001

Color Harmonies of #313D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D4F

Black with #313D4F

Text Example


Text Example

White with #313D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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