Html Css Color HEX #315A64 Blumine

📋 copy color: '#315A64'

red 49 ◦ green 90 ◦ blue 100

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

Shades of Blumine #315A64

Tints of Blumine #315A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 20.5%
G = 37.66%
B = 41.84%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315A64 (or 0x315A64) is known color: Blumine. HEX triplet: 31, 5A and 64. RGB value is (49,90,100). Sum of RGB (Red+Green+Blue) = 49+90+100=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 100 - color contains mainly: blue. Hex color #315A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A64 is #CEA59B. Grayscale: #4E4E4E. Windows color (decimal): -13542812 or 6576689. OLE color: 6576689.

HSL color Cylindrical-coordinate representation of color #315A64: hue angle of 191.76º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315A64 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 90 100 -
CMYK 0.51 0.10 0 0.61
HSL 191.76º 0.34% 0.29% -
HSV(B) 191.76º 0.51% 0.39% -
XYZ 7.22 8.89 13.39 -
YUV 78.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 49 90 100 0.51 0.10 0 0.61 191.76 0.34 0.29
Hex 31 5A 64 33 A 0 3D C0 22 1D
Octal 61 132 144 63 12 0 75 300 42 35
Binary 110001 1011010 1100100 110011 1010 0 111101 11000000 100010 11101

Color Harmonies of #315A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A64

Black with #315A64

Text Example


Text Example

White with #315A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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