Html Css Color HEX #31534F Blue Dianne

📋 copy color: '#31534F'

red 49 ◦ green 83 ◦ blue 79

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

Shades of Blue Dianne #31534F

Tints of Blue Dianne #31534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 79 (31.25% from 255) = 37.44%

R = 23.22%
G = 39.34%
B = 37.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#31534F (or 0x31534F) is known color: Blue Dianne. HEX triplet: 31, 53 and 4F. RGB value is (49,83,79). Sum of RGB (Red+Green+Blue) = 49+83+79=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #31534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31534F is #CEACB0. Grayscale: #484848. Windows color (decimal): -13544625 or 5198641. OLE color: 5198641.

HSL color Cylindrical-coordinate representation of color #31534F: hue angle of 172.94º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31534F is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 79 -
CMYK 0.41 0 0.05 0.67
HSL 172.94º 0.26% 0.26% -
HSV(B) 172.94º 0.41% 0.33% -
XYZ 5.77 7.4 8.52 -
YUV 72.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 49 83 79 0.41 0 0.05 0.67 172.94 0.26 0.26
Hex 31 53 4F 29 0 5 43 AD 1A 1A
Octal 61 123 117 51 0 5 103 255 32 32
Binary 110001 1010011 1001111 101001 0 101 1000011 10101101 11010 11010

Color Harmonies of #31534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31534F

Black with #31534F

Text Example


Text Example

White with #31534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31534F; }

 p { color: rgb(49,83,79); }

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

background-color css

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

 a { background-color: rgb(49,83,79); }

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

border-color css

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

 span { border-color: rgb(49,83,79); }

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