Html Css Color HEX #385351 Blue Dianne

📋 copy color: '#385351'

red 56 ◦ green 83 ◦ blue 81

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

Shades of Blue Dianne #385351

Tints of Blue Dianne #385351

RGB

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

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

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

R = 25.45%
G = 37.73%
B = 36.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#385351 (or 0x385351) is known color: Blue Dianne. HEX triplet: 38, 53 and 51. RGB value is (56,83,81). Sum of RGB (Red+Green+Blue) = 56+83+81=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #385351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385351 is #C7ACAE. Grayscale: #4A4A4A. Windows color (decimal): -13085871 or 5329720. OLE color: 5329720.

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

Color convert

RGB 56 83 81 -
CMYK 0.33 0 0.02 0.67
HSL 175.56º 0.19% 0.27% -
HSV(B) 175.56º 0.33% 0.33% -
XYZ 6.21 7.62 8.93 -
YUV 74.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 56 83 81 0.33 0 0.02 0.67 175.56 0.19 0.27
Hex 38 53 51 21 0 2 43 B0 13 1B
Octal 70 123 121 41 0 2 103 260 23 33
Binary 111000 1010011 1010001 100001 0 10 1000011 10110000 10011 11011

Color Harmonies of #385351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385351

Black with #385351

Text Example


Text Example

White with #385351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385351; }

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

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

background-color css

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

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

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

border-color css

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

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

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