Html Css Color HEX #315965 Blumine

📋 copy color: '#315965'

red 49 ◦ green 89 ◦ blue 101

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

Shades of Blumine #315965

Tints of Blumine #315965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

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

R = 20.5%
G = 37.24%
B = 42.26%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315965 (or 0x315965) is known color: Blumine. HEX triplet: 31, 59 and 65. RGB value is (49,89,101). Sum of RGB (Red+Green+Blue) = 49+89+101=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #315965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315965 is #CEA69A. Grayscale: #4E4E4E. Windows color (decimal): -13543067 or 6641969. OLE color: 6641969.

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

Color convert

RGB 49 89 101 -
CMYK 0.51 0.12 0 0.60
HSL 193.85º 0.35% 0.29% -
HSV(B) 193.85º 0.51% 0.4% -
XYZ 7.19 8.74 13.62 -
YUV 78.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 49 89 101 0.51 0.12 0 0.60 193.85 0.35 0.29
Hex 31 59 65 33 C 0 3C C2 23 1D
Octal 61 131 145 63 14 0 74 302 43 35
Binary 110001 1011001 1100101 110011 1100 0 111100 11000010 100011 11101

Color Harmonies of #315965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315965

Black with #315965

Text Example


Text Example

White with #315965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315965; }

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

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

background-color css

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

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

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

border-color css

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

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

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