Html Css Color HEX #385652 Blue Dianne

📋 copy color: '#385652'

red 56 ◦ green 86 ◦ blue 82

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

Shades of Blue Dianne #385652

Tints of Blue Dianne #385652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 25%
G = 38.39%
B = 36.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#385652 (or 0x385652) is known color: Blue Dianne. HEX triplet: 38, 56 and 52. RGB value is (56,86,82). Sum of RGB (Red+Green+Blue) = 56+86+82=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #385652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385652 is #C7A9AD. Grayscale: #4C4C4C. Windows color (decimal): -13085102 or 5396024. OLE color: 5396024.

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

Color convert

RGB 56 86 82 -
CMYK 0.35 0 0.05 0.66
HSL 172º 0.21% 0.28% -
HSV(B) 172º 0.35% 0.34% -
XYZ 6.48 8.11 9.21 -
YUV 76.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 56 86 82 0.35 0 0.05 0.66 172 0.21 0.28
Hex 38 56 52 23 0 5 42 AC 15 1C
Octal 70 126 122 43 0 5 102 254 25 34
Binary 111000 1010110 1010010 100011 0 101 1000010 10101100 10101 11100

Color Harmonies of #385652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385652

Black with #385652

Text Example


Text Example

White with #385652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385652; }

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

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

background-color css

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

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

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

border-color css

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

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

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