Html Css Color HEX #315765 Blumine

📋 copy color: '#315765'

red 49 ◦ green 87 ◦ blue 101

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

Shades of Blumine #315765

Tints of Blumine #315765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.71%

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

R = 20.68%
G = 36.71%
B = 42.62%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315765 (or 0x315765) is known color: Blumine. HEX triplet: 31, 57 and 65. RGB value is (49,87,101). Sum of RGB (Red+Green+Blue) = 49+87+101=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #315765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315765 is #CEA89A. Grayscale: #4D4D4D. Windows color (decimal): -13543579 or 6641457. OLE color: 6641457.

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

Color convert

RGB 49 87 101 -
CMYK 0.51 0.14 0 0.60
HSL 196.15º 0.35% 0.29% -
HSV(B) 196.15º 0.51% 0.4% -
XYZ 7.02 8.41 13.56 -
YUV 77.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 49 87 101 0.51 0.14 0 0.60 196.15 0.35 0.29
Hex 31 57 65 33 E 0 3C C4 23 1D
Octal 61 127 145 63 16 0 74 304 43 35
Binary 110001 1010111 1100101 110011 1110 0 111100 11000100 100011 11101

Color Harmonies of #315765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315765

Black with #315765

Text Example


Text Example

White with #315765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315765; }

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

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

background-color css

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

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

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

border-color css

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

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

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