Html Css Color HEX #316268 Blumine

📋 copy color: '#316268'

red 49 ◦ green 98 ◦ blue 104

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

Shades of Blumine #316268

Tints of Blumine #316268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 19.52%
G = 39.04%
B = 41.43%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316268 (or 0x316268) is known color: Blumine. HEX triplet: 31, 62 and 68. RGB value is (49,98,104). Sum of RGB (Red+Green+Blue) = 49+98+104=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #316268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316268 is #CE9D97. Grayscale: #535353. Windows color (decimal): -13540760 or 6840881. OLE color: 6840881.

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

Color convert

RGB 49 98 104 -
CMYK 0.53 0.06 0 0.59
HSL 186.55º 0.36% 0.3% -
HSV(B) 186.55º 0.53% 0.41% -
XYZ 8.13 10.39 14.67 -
YUV 84.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 49 98 104 0.53 0.06 0 0.59 186.55 0.36 0.3
Hex 31 62 68 35 6 0 3B BB 24 1E
Octal 61 142 150 65 6 0 73 273 44 36
Binary 110001 1100010 1101000 110101 110 0 111011 10111011 100100 11110

Color Harmonies of #316268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316268

Black with #316268

Text Example


Text Example

White with #316268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316268; }

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

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

background-color css

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

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

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

border-color css

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

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

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