Html Css Color HEX #315F77 Blumine

📋 copy color: '#315F77'

red 49 ◦ green 95 ◦ blue 119

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

Shades of Blumine #315F77

Tints of Blumine #315F77

RGB

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

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

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

R = 18.63%
G = 36.12%
B = 45.25%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315F77 (or 0x315F77) is known color: Blumine. HEX triplet: 31, 5F and 77. RGB value is (49,95,119). Sum of RGB (Red+Green+Blue) = 49+95+119=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #315F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F77 is #CEA088. Grayscale: #535353. Windows color (decimal): -13541513 or 7823153. OLE color: 7823153.

HSL color Cylindrical-coordinate representation of color #315F77: hue angle of 200.57º 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 #315F77 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 95 119 -
CMYK 0.59 0.20 0 0.53
HSL 200.57º 0.42% 0.33% -
HSV(B) 200.57º 0.59% 0.47% -
XYZ 8.69 10.17 18.96 -
YUV 83.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 49 95 119 0.59 0.20 0 0.53 200.57 0.42 0.33
Hex 31 5F 77 3B 14 0 35 C9 2A 21
Octal 61 137 167 73 24 0 65 311 52 41
Binary 110001 1011111 1110111 111011 10100 0 110101 11001001 101010 100001

Color Harmonies of #315F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F77

Black with #315F77

Text Example


Text Example

White with #315F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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