Html Css Color HEX #385551 Blue Dianne

📋 copy color: '#385551'

red 56 ◦ green 85 ◦ blue 81

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

Shades of Blue Dianne #385551

Tints of Blue Dianne #385551

RGB

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

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

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

R = 25.23%
G = 38.29%
B = 36.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#385551 (or 0x385551) is known color: Blue Dianne. HEX triplet: 38, 55 and 51. RGB value is (56,85,81). Sum of RGB (Red+Green+Blue) = 56+85+81=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #385551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385551 is #C7AAAE. Grayscale: #4B4B4B. Windows color (decimal): -13085359 or 5330232. OLE color: 5330232.

HSL color Cylindrical-coordinate representation of color #385551: hue angle of 171.72º 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 #385551 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 81 -
CMYK 0.34 0 0.05 0.67
HSL 171.72º 0.21% 0.28% -
HSV(B) 171.72º 0.34% 0.33% -
XYZ 6.36 7.93 8.98 -
YUV 75.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 56 85 81 0.34 0 0.05 0.67 171.72 0.21 0.28
Hex 38 55 51 22 0 5 43 AC 15 1C
Octal 70 125 121 42 0 5 103 254 25 34
Binary 111000 1010101 1010001 100010 0 101 1000011 10101100 10101 11100

Color Harmonies of #385551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385551

Black with #385551

Text Example


Text Example

White with #385551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385551; }

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

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

background-color css

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

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

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

border-color css

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

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

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