Html Css Color HEX #31606D Blumine

📋 copy color: '#31606D'

red 49 ◦ green 96 ◦ blue 109

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

Shades of Blumine #31606D

Tints of Blumine #31606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 19.29%
G = 37.8%
B = 42.91%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31606D (or 0x31606D) is known color: Blumine. HEX triplet: 31, 60 and 6D. RGB value is (49,96,109). Sum of RGB (Red+Green+Blue) = 49+96+109=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #31606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31606D is #CE9F92. Grayscale: #535353. Windows color (decimal): -13541267 or 7168049. OLE color: 7168049.

HSL color Cylindrical-coordinate representation of color #31606D: hue angle of 193º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31606D is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 96 109 -
CMYK 0.55 0.12 0 0.57
HSL 193º 0.38% 0.31% -
HSV(B) 193º 0.55% 0.43% -
XYZ 8.21 10.12 15.99 -
YUV 83.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 49 96 109 0.55 0.12 0 0.57 193 0.38 0.31
Hex 31 60 6D 37 C 0 39 C1 26 1F
Octal 61 140 155 67 14 0 71 301 46 37
Binary 110001 1100000 1101101 110111 1100 0 111001 11000001 100110 11111

Color Harmonies of #31606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31606D

Black with #31606D

Text Example


Text Example

White with #31606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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