#385652

Color #385652 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #385652

Tints of Blue Dianne #385652

Color information

#385652 (or 0x385652) is unknown color: approx 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

RGB568682-
CMYK0.3500.050.66
HSL172º21.13%27.84%-
HSV(B)172º34.88%33.73%-
XYZ6.488.119.21-
YUV76.57131.06113.33-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686820.3500.050.6617221.1327.84
Hex385652230542ac151c
Octal7012612243051022542534
Binary1110001010110101001010001101011000010101011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>