Html Css Color HEX #315D73 Blumine

📋 copy color: '#315D73'

red 49 ◦ green 93 ◦ blue 115

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

Shades of Blumine #315D73

Tints of Blumine #315D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 19.07%
G = 36.19%
B = 44.75%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315D73 (or 0x315D73) is known color: Blumine. HEX triplet: 31, 5D and 73. RGB value is (49,93,115). Sum of RGB (Red+Green+Blue) = 49+93+115=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #315D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D73 is #CEA28C. Grayscale: #525252. Windows color (decimal): -13542029 or 7560497. OLE color: 7560497.

HSL color Cylindrical-coordinate representation of color #315D73: hue angle of 200º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315D73 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 93 115 -
CMYK 0.57 0.19 0 0.55
HSL 200º 0.4% 0.32% -
HSV(B) 200º 0.57% 0.45% -
XYZ 8.28 9.72 17.66 -
YUV 82.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 49 93 115 0.57 0.19 0 0.55 200 0.4 0.32
Hex 31 5D 73 39 13 0 37 C8 28 20
Octal 61 135 163 71 23 0 67 310 50 40
Binary 110001 1011101 1110011 111001 10011 0 110111 11001000 101000 100000

Color Harmonies of #315D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D73

Black with #315D73

Text Example


Text Example

White with #315D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D73; }

 p { color: rgb(49,93,115); }

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

background-color css

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

 a { background-color: rgb(49,93,115); }

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

border-color css

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

 span { border-color: rgb(49,93,115); }

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