Html Css Color HEX #315F72 Blumine

📋 copy color: '#315F72'

red 49 ◦ green 95 ◦ blue 114

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

Shades of Blumine #315F72

Tints of Blumine #315F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 18.99%
G = 36.82%
B = 44.19%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315F72 (or 0x315F72) is known color: Blumine. HEX triplet: 31, 5F and 72. RGB value is (49,95,114). Sum of RGB (Red+Green+Blue) = 49+95+114=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #315F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F72 is #CEA08D. Grayscale: #535353. Windows color (decimal): -13541518 or 7495473. OLE color: 7495473.

HSL color Cylindrical-coordinate representation of color #315F72: hue angle of 197.54º 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 #315F72 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 95 114 -
CMYK 0.57 0.17 0 0.55
HSL 197.54º 0.4% 0.32% -
HSV(B) 197.54º 0.57% 0.45% -
XYZ 8.4 10.05 17.42 -
YUV 83.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 49 95 114 0.57 0.17 0 0.55 197.54 0.4 0.32
Hex 31 5F 72 39 11 0 37 C6 28 20
Octal 61 137 162 71 21 0 67 306 50 40
Binary 110001 1011111 1110010 111001 10001 0 110111 11000110 101000 100000

Color Harmonies of #315F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F72

Black with #315F72

Text Example


Text Example

White with #315F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,114); }

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

background-color css

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

 a { background-color: rgb(49,95,114); }

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

border-color css

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

 span { border-color: rgb(49,95,114); }

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