Html Css Color HEX #315F74 Blumine

📋 copy color: '#315F74'

red 49 ◦ green 95 ◦ blue 116

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

Shades of Blumine #315F74

Tints of Blumine #315F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 18.85%
G = 36.54%
B = 44.62%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315F74 (or 0x315F74) is known color: Blumine. HEX triplet: 31, 5F and 74. RGB value is (49,95,116). Sum of RGB (Red+Green+Blue) = 49+95+116=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #315F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F74 is #CEA08B. Grayscale: #535353. Windows color (decimal): -13541516 or 7626545. OLE color: 7626545.

HSL color Cylindrical-coordinate representation of color #315F74: hue angle of 198.81º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315F74 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 95 116 -
CMYK 0.58 0.18 0 0.55
HSL 198.81º 0.41% 0.32% -
HSV(B) 198.81º 0.58% 0.45% -
XYZ 8.51 10.1 18.02 -
YUV 83.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 49 95 116 0.58 0.18 0 0.55 198.81 0.41 0.32
Hex 31 5F 74 3A 12 0 37 C7 29 20
Octal 61 137 164 72 22 0 67 307 51 40
Binary 110001 1011111 1110100 111010 10010 0 110111 11000111 101001 100000

Color Harmonies of #315F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F74

Black with #315F74

Text Example


Text Example

White with #315F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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