Html Css Color HEX #31405A Biscay

📋 copy color: '#31405A'

red 49 ◦ green 64 ◦ blue 90

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

Shades of Biscay #31405A

Tints of Biscay #31405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 24.14%
G = 31.53%
B = 44.33%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31405A (or 0x31405A) is known color: Biscay. HEX triplet: 31, 40 and 5A. RGB value is (49,64,90). Sum of RGB (Red+Green+Blue) = 49+64+90=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #31405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405A is #CEBFA5. Grayscale: #3E3E3E. Windows color (decimal): -13549478 or 5914673. OLE color: 5914673.

HSL color Cylindrical-coordinate representation of color #31405A: hue angle of 218.05º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31405A is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 64 90 -
CMYK 0.46 0.29 0 0.65
HSL 218.05º 0.29% 0.27% -
HSV(B) 218.05º 0.46% 0.35% -
XYZ 4.95 5.06 10.39 -
YUV 62.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 49 64 90 0.46 0.29 0 0.65 218.05 0.29 0.27
Hex 31 40 5A 2E 1D 0 41 DA 1D 1B
Octal 61 100 132 56 35 0 101 332 35 33
Binary 110001 1000000 1011010 101110 11101 0 1000001 11011010 11101 11011

Color Harmonies of #31405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31405A

Black with #31405A

Text Example


Text Example

White with #31405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31405A; }

 p { color: rgb(49,64,90); }

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

background-color css

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

 a { background-color: rgb(49,64,90); }

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

border-color css

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

 span { border-color: rgb(49,64,90); }

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