#385653

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

Shades of Blue Dianne #385653

Tints of Blue Dianne #385653

Color information

#385653 (or 0x385653) is unknown color: approx Blue Dianne. HEX triplet: 38, 56 and 53. RGB value is (56,86,83). Sum of RGB (Red+Green+Blue) = 56+86+83=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #385653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385653 is #C7A9AC. Grayscale: #4C4C4C. Windows color (decimal): -13085101 or 5461560. OLE color: 5461560.

HSL color Cylindrical-coordinate representation of color #385653: hue angle of 174º 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 #385653 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB568683-
CMYK0.3500.030.66
HSL174º21.13%27.84%-
HSV(B)174º34.88%33.73%-
XYZ6.528.129.41-
YUV76.69131.56113.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=24.89%
G=38.22%
B=36.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686830.3500.030.6617421.1327.84
Hex385653230342ae151c
Octal7012612343031022562534
Binary111000101011010100111000110111000010101011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385653; }

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

 H1.HeaderClassName
 {
   color: #385653;
 }
 .AnyTagClassName
 {
   color: #385653;
 }
</style>
background-color css

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

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

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

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

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

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