Html Css Color HEX #315665 Blumine

📋 copy color: '#315665'

red 49 ◦ green 86 ◦ blue 101

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

Shades of Blumine #315665

Tints of Blumine #315665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 20.76%
G = 36.44%
B = 42.8%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315665 (or 0x315665) is known color: Blumine. HEX triplet: 31, 56 and 65. RGB value is (49,86,101). Sum of RGB (Red+Green+Blue) = 49+86+101=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #315665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315665 is #CEA99A. Grayscale: #4C4C4C. Windows color (decimal): -13543835 or 6641201. OLE color: 6641201.

HSL color Cylindrical-coordinate representation of color #315665: hue angle of 197.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315665 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 86 101 -
CMYK 0.51 0.15 0 0.60
HSL 197.31º 0.35% 0.29% -
HSV(B) 197.31º 0.51% 0.4% -
XYZ 6.94 8.25 13.54 -
YUV 76.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 49 86 101 0.51 0.15 0 0.60 197.31 0.35 0.29
Hex 31 56 65 33 F 0 3C C5 23 1D
Octal 61 126 145 63 17 0 74 305 43 35
Binary 110001 1010110 1100101 110011 1111 0 111100 11000101 100011 11101

Color Harmonies of #315665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315665

Black with #315665

Text Example


Text Example

White with #315665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315665; }

 p { color: rgb(49,86,101); }

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

background-color css

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

 a { background-color: rgb(49,86,101); }

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

border-color css

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

 span { border-color: rgb(49,86,101); }

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