Html Css Color HEX #315D6C Blumine

📋 copy color: '#315D6C'

red 49 ◦ green 93 ◦ blue 108

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

Shades of Blumine #315D6C

Tints of Blumine #315D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.2%

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 19.6%
G = 37.2%
B = 43.2%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#315D6C (or 0x315D6C) is known color: Blumine. HEX triplet: 31, 5D and 6C. RGB value is (49,93,108). Sum of RGB (Red+Green+Blue) = 49+93+108=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #315D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D6C is #CEA293. Grayscale: #515151. Windows color (decimal): -13542036 or 7101745. OLE color: 7101745.

HSL color Cylindrical-coordinate representation of color #315D6C: hue angle of 195.25º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315D6C is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 93 108 -
CMYK 0.55 0.14 0 0.58
HSL 195.25º 0.38% 0.31% -
HSV(B) 195.25º 0.55% 0.42% -
XYZ 7.89 9.56 15.62 -
YUV 81.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 49 93 108 0.55 0.14 0 0.58 195.25 0.38 0.31
Hex 31 5D 6C 37 E 0 3A C3 26 1F
Octal 61 135 154 67 16 0 72 303 46 37
Binary 110001 1011101 1101100 110111 1110 0 111010 11000011 100110 11111

Color Harmonies of #315D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D6C

Black with #315D6C

Text Example


Text Example

White with #315D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,108); }

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

background-color css

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

 a { background-color: rgb(49,93,108); }

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

border-color css

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

 span { border-color: rgb(49,93,108); }

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