Html Css Color HEX #315C64 Blumine

📋 copy color: '#315C64'

red 49 ◦ green 92 ◦ blue 100

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

Shades of Blumine #315C64

Tints of Blumine #315C64

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 20.33%
G = 38.17%
B = 41.49%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315C64 (or 0x315C64) is known color: Blumine. HEX triplet: 31, 5C and 64. RGB value is (49,92,100). Sum of RGB (Red+Green+Blue) = 49+92+100=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #315C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C64 is #CEA39B. Grayscale: #4F4F4F. Windows color (decimal): -13542300 or 6577201. OLE color: 6577201.

HSL color Cylindrical-coordinate representation of color #315C64: hue angle of 189.41º 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 #315C64 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 92 100 -
CMYK 0.51 0.08 0 0.61
HSL 189.41º 0.34% 0.29% -
HSV(B) 189.41º 0.51% 0.39% -
XYZ 7.39 9.23 13.45 -
YUV 80.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 49 92 100 0.51 0.08 0 0.61 189.41 0.34 0.29
Hex 31 5C 64 33 8 0 3D BD 22 1D
Octal 61 134 144 63 10 0 75 275 42 35
Binary 110001 1011100 1100100 110011 1000 0 111101 10111101 100010 11101

Color Harmonies of #315C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C64

Black with #315C64

Text Example


Text Example

White with #315C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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