Html Css Color HEX #385552 Blue Dianne

📋 copy color: '#385552'

red 56 ◦ green 85 ◦ blue 82

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

Shades of Blue Dianne #385552

Tints of Blue Dianne #385552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 25.11%
G = 38.12%
B = 36.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#385552 (or 0x385552) is known color: Blue Dianne. HEX triplet: 38, 55 and 52. RGB value is (56,85,82). Sum of RGB (Red+Green+Blue) = 56+85+82=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #385552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385552 is #C7AAAD. Grayscale: #4B4B4B. Windows color (decimal): -13085358 or 5395768. OLE color: 5395768.

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

Color convert

RGB 56 85 82 -
CMYK 0.34 0 0.04 0.67
HSL 173.79º 0.21% 0.28% -
HSV(B) 173.79º 0.34% 0.33% -
XYZ 6.4 7.95 9.18 -
YUV 75.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 56 85 82 0.34 0 0.04 0.67 173.79 0.21 0.28
Hex 38 55 52 22 0 4 43 AE 15 1C
Octal 70 125 122 42 0 4 103 256 25 34
Binary 111000 1010101 1010010 100010 0 100 1000011 10101110 10101 11100

Color Harmonies of #385552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385552

Black with #385552

Text Example


Text Example

White with #385552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385552; }

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

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

background-color css

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

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

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

border-color css

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

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

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