Html Css Color HEX #315D75 Blumine

📋 copy color: '#315D75'

red 49 ◦ green 93 ◦ blue 117

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

Shades of Blumine #315D75

Tints of Blumine #315D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 18.92%
G = 35.91%
B = 45.17%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#315D75 (or 0x315D75) is known color: Blumine. HEX triplet: 31, 5D and 75. RGB value is (49,93,117). Sum of RGB (Red+Green+Blue) = 49+93+117=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #315D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D75 is #CEA28A. Grayscale: #525252. Windows color (decimal): -13542027 or 7691569. OLE color: 7691569.

HSL color Cylindrical-coordinate representation of color #315D75: hue angle of 201.18º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315D75 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 93 117 -
CMYK 0.58 0.21 0 0.54
HSL 201.18º 0.41% 0.33% -
HSV(B) 201.18º 0.58% 0.46% -
XYZ 8.39 9.77 18.27 -
YUV 82.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 49 93 117 0.58 0.21 0 0.54 201.18 0.41 0.33
Hex 31 5D 75 3A 15 0 36 C9 29 21
Octal 61 135 165 72 25 0 66 311 51 41
Binary 110001 1011101 1110101 111010 10101 0 110110 11001001 101001 100001

Color Harmonies of #315D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D75

Black with #315D75

Text Example


Text Example

White with #315D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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