Html Css Color HEX #315868 Blumine

📋 copy color: '#315868'

red 49 ◦ green 88 ◦ blue 104

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

Shades of Blumine #315868

Tints of Blumine #315868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 20.33%
G = 36.51%
B = 43.15%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#315868 (or 0x315868) is known color: Blumine. HEX triplet: 31, 58 and 68. RGB value is (49,88,104). Sum of RGB (Red+Green+Blue) = 49+88+104=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #315868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315868 is #CEA797. Grayscale: #4E4E4E. Windows color (decimal): -13543320 or 6838321. OLE color: 6838321.

HSL color Cylindrical-coordinate representation of color #315868: hue angle of 197.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315868 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 88 104 -
CMYK 0.53 0.15 0 0.59
HSL 197.45º 0.36% 0.3% -
HSV(B) 197.45º 0.53% 0.41% -
XYZ 7.26 8.63 14.38 -
YUV 78.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 49 88 104 0.53 0.15 0 0.59 197.45 0.36 0.3
Hex 31 58 68 35 F 0 3B C5 24 1E
Octal 61 130 150 65 17 0 73 305 44 36
Binary 110001 1011000 1101000 110101 1111 0 111011 11000101 100100 11110

Color Harmonies of #315868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315868

Black with #315868

Text Example


Text Example

White with #315868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315868; }

 p { color: rgb(49,88,104); }

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

background-color css

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

 a { background-color: rgb(49,88,104); }

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

border-color css

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

 span { border-color: rgb(49,88,104); }

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