Html Css Color HEX #315E73 Blumine

📋 copy color: '#315E73'

red 49 ◦ green 94 ◦ blue 115

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

Shades of Blumine #315E73

Tints of Blumine #315E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

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

R = 18.99%
G = 36.43%
B = 44.57%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315E73 (or 0x315E73) is known color: Blumine. HEX triplet: 31, 5E and 73. RGB value is (49,94,115). Sum of RGB (Red+Green+Blue) = 49+94+115=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #315E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E73 is #CEA18C. Grayscale: #525252. Windows color (decimal): -13541773 or 7560753. OLE color: 7560753.

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

Color convert

RGB 49 94 115 -
CMYK 0.57 0.18 0 0.55
HSL 199.09º 0.4% 0.32% -
HSV(B) 199.09º 0.57% 0.45% -
XYZ 8.36 9.9 17.69 -
YUV 82.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 49 94 115 0.57 0.18 0 0.55 199.09 0.4 0.32
Hex 31 5E 73 39 12 0 37 C7 28 20
Octal 61 136 163 71 22 0 67 307 50 40
Binary 110001 1011110 1110011 111001 10010 0 110111 11000111 101000 100000

Color Harmonies of #315E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E73

Black with #315E73

Text Example


Text Example

White with #315E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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