Html Css Color HEX #315565 Blumine

📋 copy color: '#315565'

red 49 ◦ green 85 ◦ blue 101

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

Shades of Blumine #315565

Tints of Blumine #315565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

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

R = 20.85%
G = 36.17%
B = 42.98%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315565 (or 0x315565) is known color: Blumine. HEX triplet: 31, 55 and 65. RGB value is (49,85,101). Sum of RGB (Red+Green+Blue) = 49+85+101=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #315565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315565 is #CEAA9A. Grayscale: #4B4B4B. Windows color (decimal): -13544091 or 6640945. OLE color: 6640945.

HSL color Cylindrical-coordinate representation of color #315565: hue angle of 198.46º 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 #315565 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 85 101 -
CMYK 0.51 0.16 0 0.60
HSL 198.46º 0.35% 0.29% -
HSV(B) 198.46º 0.51% 0.4% -
XYZ 6.86 8.09 13.51 -
YUV 76.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 49 85 101 0.51 0.16 0 0.60 198.46 0.35 0.29
Hex 31 55 65 33 10 0 3C C6 23 1D
Octal 61 125 145 63 20 0 74 306 43 35
Binary 110001 1010101 1100101 110011 10000 0 111100 11000110 100011 11101

Color Harmonies of #315565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315565

Black with #315565

Text Example


Text Example

White with #315565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315565; }

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

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

background-color css

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

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

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

border-color css

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

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

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