Html Css Color HEX #316068 Blumine

📋 copy color: '#316068'

red 49 ◦ green 96 ◦ blue 104

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

Shades of Blumine #316068

Tints of Blumine #316068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 19.68%
G = 38.55%
B = 41.77%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316068 (or 0x316068) is known color: Blumine. HEX triplet: 31, 60 and 68. RGB value is (49,96,104). Sum of RGB (Red+Green+Blue) = 49+96+104=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #316068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316068 is #CE9F97. Grayscale: #525252. Windows color (decimal): -13541272 or 6840369. OLE color: 6840369.

HSL color Cylindrical-coordinate representation of color #316068: hue angle of 188.73º 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 #316068 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 96 104 -
CMYK 0.53 0.08 0 0.59
HSL 188.73º 0.36% 0.3% -
HSV(B) 188.73º 0.53% 0.41% -
XYZ 7.95 10.02 14.61 -
YUV 82.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 49 96 104 0.53 0.08 0 0.59 188.73 0.36 0.3
Hex 31 60 68 35 8 0 3B BD 24 1E
Octal 61 140 150 65 10 0 73 275 44 36
Binary 110001 1100000 1101000 110101 1000 0 111011 10111101 100100 11110

Color Harmonies of #316068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316068

Black with #316068

Text Example


Text Example

White with #316068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316068; }

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

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

background-color css

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

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

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

border-color css

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

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

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