Html Css Color HEX #313852 Biscay

📋 copy color: '#313852'

red 49 ◦ green 56 ◦ blue 82

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

Shades of Biscay #313852

Tints of Biscay #313852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 26.2%
G = 29.95%
B = 43.85%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313852 (or 0x313852) is known color: Biscay. HEX triplet: 31, 38 and 52. RGB value is (49,56,82). Sum of RGB (Red+Green+Blue) = 49+56+82=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #313852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313852 is #CEC7AD. Grayscale: #383838. Windows color (decimal): -13551534 or 5388337. OLE color: 5388337.

HSL color Cylindrical-coordinate representation of color #313852: hue angle of 227.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313852 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 56 82 -
CMYK 0.40 0.32 0 0.68
HSL 227.27º 0.25% 0.26% -
HSV(B) 227.27º 0.4% 0.32% -
XYZ 4.2 4.09 8.55 -
YUV 56.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 49 56 82 0.40 0.32 0 0.68 227.27 0.25 0.26
Hex 31 38 52 28 20 0 44 E3 19 1A
Octal 61 70 122 50 40 0 104 343 31 32
Binary 110001 111000 1010010 101000 100000 0 1000100 11100011 11001 11010

Color Harmonies of #313852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313852

Black with #313852

Text Example


Text Example

White with #313852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313852; }

 p { color: rgb(49,56,82); }

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

background-color css

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

 a { background-color: rgb(49,56,82); }

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

border-color css

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

 span { border-color: rgb(49,56,82); }

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