Html Css Color HEX #315564 Blumine

📋 copy color: '#315564'

red 49 ◦ green 85 ◦ blue 100

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

Shades of Blumine #315564

Tints of Blumine #315564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.32%

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

R = 20.94%
G = 36.32%
B = 42.74%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#315564 (or 0x315564) is known color: Blumine. HEX triplet: 31, 55 and 64. RGB value is (49,85,100). Sum of RGB (Red+Green+Blue) = 49+85+100=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #315564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315564 is #CEAA9B. Grayscale: #4B4B4B. Windows color (decimal): -13544092 or 6575409. OLE color: 6575409.

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

Color convert

RGB 49 85 100 -
CMYK 0.51 0.15 0 0.61
HSL 197.65º 0.34% 0.29% -
HSV(B) 197.65º 0.51% 0.39% -
XYZ 6.82 8.07 13.26 -
YUV 75.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 49 85 100 0.51 0.15 0 0.61 197.65 0.34 0.29
Hex 31 55 64 33 F 0 3D C6 22 1D
Octal 61 125 144 63 17 0 75 306 42 35
Binary 110001 1010101 1100100 110011 1111 0 111101 11000110 100010 11101

Color Harmonies of #315564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315564

Black with #315564

Text Example


Text Example

White with #315564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315564; }

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

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

background-color css

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

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

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

border-color css

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

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

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