Html Css Color HEX #315A6C Blumine

📋 copy color: '#315A6C'

red 49 ◦ green 90 ◦ blue 108

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

Shades of Blumine #315A6C

Tints of Blumine #315A6C

RGB

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

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

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

R = 19.84%
G = 36.44%
B = 43.72%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#315A6C (or 0x315A6C) is known color: Blumine. HEX triplet: 31, 5A and 6C. RGB value is (49,90,108). Sum of RGB (Red+Green+Blue) = 49+90+108=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #315A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A6C is #CEA593. Grayscale: #4F4F4F. Windows color (decimal): -13542804 or 7100977. OLE color: 7100977.

HSL color Cylindrical-coordinate representation of color #315A6C: hue angle of 198.31º 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 #315A6C is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 90 108 -
CMYK 0.55 0.17 0 0.58
HSL 198.31º 0.38% 0.31% -
HSV(B) 198.31º 0.55% 0.42% -
XYZ 7.63 9.05 15.53 -
YUV 79.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 49 90 108 0.55 0.17 0 0.58 198.31 0.38 0.31
Hex 31 5A 6C 37 11 0 3A C6 26 1F
Octal 61 132 154 67 21 0 72 306 46 37
Binary 110001 1011010 1101100 110111 10001 0 111010 11000110 100110 11111

Color Harmonies of #315A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A6C

Black with #315A6C

Text Example


Text Example

White with #315A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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