Html Css Color HEX #315D70 Blumine

📋 copy color: '#315D70'

red 49 ◦ green 93 ◦ blue 112

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

Shades of Blumine #315D70

Tints of Blumine #315D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 19.29%
G = 36.61%
B = 44.09%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315D70 (or 0x315D70) is known color: Blumine. HEX triplet: 31, 5D and 70. RGB value is (49,93,112). Sum of RGB (Red+Green+Blue) = 49+93+112=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #315D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D70 is #CEA28F. Grayscale: #515151. Windows color (decimal): -13542032 or 7363889. OLE color: 7363889.

HSL color Cylindrical-coordinate representation of color #315D70: hue angle of 198.1º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315D70 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 93 112 -
CMYK 0.56 0.17 0 0.56
HSL 198.1º 0.39% 0.32% -
HSV(B) 198.1º 0.56% 0.44% -
XYZ 8.11 9.65 16.76 -
YUV 82.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 49 93 112 0.56 0.17 0 0.56 198.1 0.39 0.32
Hex 31 5D 70 38 11 0 38 C6 27 20
Octal 61 135 160 70 21 0 70 306 47 40
Binary 110001 1011101 1110000 111000 10001 0 111000 11000110 100111 100000

Color Harmonies of #315D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D70

Black with #315D70

Text Example


Text Example

White with #315D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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