Html Css Color HEX #316770 Blumine

📋 copy color: '#316770'

red 49 ◦ green 103 ◦ blue 112

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

Shades of Blumine #316770

Tints of Blumine #316770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 18.56%
G = 39.02%
B = 42.42%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316770 (or 0x316770) is known color: Blumine. HEX triplet: 31, 67 and 70. RGB value is (49,103,112). Sum of RGB (Red+Green+Blue) = 49+103+112=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #316770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316770 is #CE988F. Grayscale: #575757. Windows color (decimal): -13539472 or 7366449. OLE color: 7366449.

HSL color Cylindrical-coordinate representation of color #316770: hue angle of 188.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316770 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 103 112 -
CMYK 0.56 0.08 0 0.56
HSL 188.57º 0.39% 0.32% -
HSV(B) 188.57º 0.56% 0.44% -
XYZ 9.04 11.52 17.08 -
YUV 87.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 49 103 112 0.56 0.08 0 0.56 188.57 0.39 0.32
Hex 31 67 70 38 8 0 38 BD 27 20
Octal 61 147 160 70 10 0 70 275 47 40
Binary 110001 1100111 1110000 111000 1000 0 111000 10111101 100111 100000

Color Harmonies of #316770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316770

Black with #316770

Text Example


Text Example

White with #316770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316770; }

 p { color: rgb(49,103,112); }

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

background-color css

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

 a { background-color: rgb(49,103,112); }

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

border-color css

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

 span { border-color: rgb(49,103,112); }

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