Html Css Color HEX #385550 Blue Dianne

📋 copy color: '#385550'

red 56 ◦ green 85 ◦ blue 80

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

Shades of Blue Dianne #385550

Tints of Blue Dianne #385550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 25.34%
G = 38.46%
B = 36.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#385550 (or 0x385550) is known color: Blue Dianne. HEX triplet: 38, 55 and 50. RGB value is (56,85,80). Sum of RGB (Red+Green+Blue) = 56+85+80=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #385550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385550 is #C7AAAF. Grayscale: #4B4B4B. Windows color (decimal): -13085360 or 5264696. OLE color: 5264696.

HSL color Cylindrical-coordinate representation of color #385550: hue angle of 169.66º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385550 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 80 -
CMYK 0.34 0 0.06 0.67
HSL 169.66º 0.21% 0.28% -
HSV(B) 169.66º 0.34% 0.33% -
XYZ 6.33 7.92 8.78 -
YUV 75.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 56 85 80 0.34 0 0.06 0.67 169.66 0.21 0.28
Hex 38 55 50 22 0 6 43 AA 15 1C
Octal 70 125 120 42 0 6 103 252 25 34
Binary 111000 1010101 1010000 100010 0 110 1000011 10101010 10101 11100

Color Harmonies of #385550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385550

Black with #385550

Text Example


Text Example

White with #385550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385550; }

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

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

background-color css

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

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

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

border-color css

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

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

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