Html Css Color HEX #3D5351 Blue Dianne

📋 copy color: '#3D5351'

red 61 ◦ green 83 ◦ blue 81

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

Shades of Blue Dianne #3D5351

Tints of Blue Dianne #3D5351

RGB

 RED value IS 61 (24.22% from 255) = 27.11%

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

 BLUE value IS 81 (32.03% from 255) = 36%

R = 27.11%
G = 36.89%
B = 36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#3D5351 (or 0x3D5351) is known color: Blue Dianne. HEX triplet: 3D, 53 and 51. RGB value is (61,83,81). Sum of RGB (Red+Green+Blue) = 61+83+81=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5351 is #C2ACAE. Grayscale: #4C4C4C. Windows color (decimal): -12758191 or 5329725. OLE color: 5329725.

HSL color Cylindrical-coordinate representation of color #3D5351: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D5351 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 81 -
CMYK 0.27 0 0.02 0.67
HSL 174.55º 0.15% 0.28% -
HSV(B) 174.55º 0.27% 0.33% -
XYZ 6.5 7.77 8.94 -
YUV 76.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 61 83 81 0.27 0 0.02 0.67 174.55 0.15 0.28
Hex 3D 53 51 1B 0 2 43 AF F 1C
Octal 75 123 121 33 0 2 103 257 17 34
Binary 111101 1010011 1010001 11011 0 10 1000011 10101111 1111 11100

Color Harmonies of #3D5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5351

Black with #3D5351

Text Example


Text Example

White with #3D5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5351; }

 p { color: rgb(61,83,81); }

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

background-color css

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

 a { background-color: rgb(61,83,81); }

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

border-color css

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

 span { border-color: rgb(61,83,81); }

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