Html Css Color HEX #315A73 Blumine

📋 copy color: '#315A73'

red 49 ◦ green 90 ◦ blue 115

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

Shades of Blumine #315A73

Tints of Blumine #315A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

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

R = 19.29%
G = 35.43%
B = 45.28%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315A73 (or 0x315A73) is known color: Blumine. HEX triplet: 31, 5A and 73. RGB value is (49,90,115). Sum of RGB (Red+Green+Blue) = 49+90+115=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #315A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A73 is #CEA58C. Grayscale: #505050. Windows color (decimal): -13542797 or 7559729. OLE color: 7559729.

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

Color convert

RGB 49 90 115 -
CMYK 0.57 0.22 0 0.55
HSL 202.73º 0.4% 0.32% -
HSV(B) 202.73º 0.57% 0.45% -
XYZ 8.02 9.2 17.57 -
YUV 80.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 49 90 115 0.57 0.22 0 0.55 202.73 0.4 0.32
Hex 31 5A 73 39 16 0 37 CB 28 20
Octal 61 132 163 71 26 0 67 313 50 40
Binary 110001 1011010 1110011 111001 10110 0 110111 11001011 101000 100000

Color Harmonies of #315A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A73

Black with #315A73

Text Example


Text Example

White with #315A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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