Html Css Color HEX #316067 Blumine

📋 copy color: '#316067'

red 49 ◦ green 96 ◦ blue 103

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

Shades of Blumine #316067

Tints of Blumine #316067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.53%

R = 19.76%
G = 38.71%
B = 41.53%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#316067 (or 0x316067) is known color: Blumine. HEX triplet: 31, 60 and 67. RGB value is (49,96,103). Sum of RGB (Red+Green+Blue) = 49+96+103=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #316067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316067 is #CE9F98. Grayscale: #525252. Windows color (decimal): -13541273 or 6774833. OLE color: 6774833.

HSL color Cylindrical-coordinate representation of color #316067: hue angle of 187.78º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316067 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 96 103 -
CMYK 0.52 0.07 0 0.60
HSL 187.78º 0.36% 0.3% -
HSV(B) 187.78º 0.52% 0.4% -
XYZ 7.9 10 14.35 -
YUV 82.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 49 96 103 0.52 0.07 0 0.60 187.78 0.36 0.3
Hex 31 60 67 34 7 0 3C BC 24 1E
Octal 61 140 147 64 7 0 74 274 44 36
Binary 110001 1100000 1100111 110100 111 0 111100 10111100 100100 11110

Color Harmonies of #316067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316067

Black with #316067

Text Example


Text Example

White with #316067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316067; }

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

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

background-color css

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

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

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

border-color css

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

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

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