Html Css Color HEX #315E79 Blumine

📋 copy color: '#315E79'

red 49 ◦ green 94 ◦ blue 121

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

Shades of Blumine #315E79

Tints of Blumine #315E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 18.56%
G = 35.61%
B = 45.83%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315E79 (or 0x315E79) is known color: Blumine. HEX triplet: 31, 5E and 79. RGB value is (49,94,121). Sum of RGB (Red+Green+Blue) = 49+94+121=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #315E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E79 is #CEA186. Grayscale: #535353. Windows color (decimal): -13541767 or 7953969. OLE color: 7953969.

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

Color convert

RGB 49 94 121 -
CMYK 0.60 0.22 0 0.53
HSL 202.5º 0.42% 0.33% -
HSV(B) 202.5º 0.6% 0.47% -
XYZ 8.72 10.04 19.57 -
YUV 83.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 49 94 121 0.60 0.22 0 0.53 202.5 0.42 0.33
Hex 31 5E 79 3C 16 0 35 CA 2A 21
Octal 61 136 171 74 26 0 65 312 52 41
Binary 110001 1011110 1111001 111100 10110 0 110101 11001010 101010 100001

Color Harmonies of #315E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E79

Black with #315E79

Text Example


Text Example

White with #315E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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