Html Css Color HEX #385350 Blue Dianne

📋 copy color: '#385350'

red 56 ◦ green 83 ◦ blue 80

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

Shades of Blue Dianne #385350

Tints of Blue Dianne #385350

RGB

 RED value IS 56 (22.27% from 255) = 25.57%

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 25.57%
G = 37.9%
B = 36.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#385350 (or 0x385350) is known color: Blue Dianne. HEX triplet: 38, 53 and 50. RGB value is (56,83,80). Sum of RGB (Red+Green+Blue) = 56+83+80=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #385350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385350 is #C7ACAF. Grayscale: #4A4A4A. Windows color (decimal): -13085872 or 5264184. OLE color: 5264184.

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

Color convert

RGB 56 83 80 -
CMYK 0.33 0 0.04 0.67
HSL 173.33º 0.19% 0.27% -
HSV(B) 173.33º 0.33% 0.33% -
XYZ 6.17 7.61 8.73 -
YUV 74.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 56 83 80 0.33 0 0.04 0.67 173.33 0.19 0.27
Hex 38 53 50 21 0 4 43 AD 13 1B
Octal 70 123 120 41 0 4 103 255 23 33
Binary 111000 1010011 1010000 100001 0 100 1000011 10101101 10011 11011

Color Harmonies of #385350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385350

Black with #385350

Text Example


Text Example

White with #385350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385350; }

 p { color: rgb(56,83,80); }

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

background-color css

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

 a { background-color: rgb(56,83,80); }

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

border-color css

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

 span { border-color: rgb(56,83,80); }

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