Html Css Color HEX #315E77 Blumine

📋 copy color: '#315E77'

red 49 ◦ green 94 ◦ blue 119

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

Shades of Blumine #315E77

Tints of Blumine #315E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 18.7%
G = 35.88%
B = 45.42%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315E77 (or 0x315E77) is known color: Blumine. HEX triplet: 31, 5E and 77. RGB value is (49,94,119). Sum of RGB (Red+Green+Blue) = 49+94+119=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #315E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E77 is #CEA188. Grayscale: #535353. Windows color (decimal): -13541769 or 7822897. OLE color: 7822897.

HSL color Cylindrical-coordinate representation of color #315E77: hue angle of 201.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315E77 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 94 119 -
CMYK 0.59 0.21 0 0.53
HSL 201.43º 0.42% 0.33% -
HSV(B) 201.43º 0.59% 0.47% -
XYZ 8.6 9.99 18.93 -
YUV 83.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 49 94 119 0.59 0.21 0 0.53 201.43 0.42 0.33
Hex 31 5E 77 3B 15 0 35 C9 2A 21
Octal 61 136 167 73 25 0 65 311 52 41
Binary 110001 1011110 1110111 111011 10101 0 110101 11001001 101010 100001

Color Harmonies of #315E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E77

Black with #315E77

Text Example


Text Example

White with #315E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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