#385853

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

Shades of Blue Dianne #385853

Tints of Blue Dianne #385853

Color information

#385853 (or 0x385853) is unknown color: approx Blue Dianne. HEX triplet: 38, 58 and 53. RGB value is (56,88,83). Sum of RGB (Red+Green+Blue) = 56+88+83=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #385853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385853 is #C7A7AC. Grayscale: #4D4D4D. Windows color (decimal): -13084589 or 5462072. OLE color: 5462072.

HSL color Cylindrical-coordinate representation of color #385853: hue angle of 170.62º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385853 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB568883-
CMYK0.3600.060.65
HSL170.62º22.22%28.24%-
HSV(B)170.62º36.36%34.51%-
XYZ6.688.449.46-
YUV77.86130.9112.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=24.67%
G=38.77%
B=36.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688830.3600.060.65170.6222.2228.24
Hex385853240641ab161c
Octal7013012344061012532634
Binary1110001011000101001110010001101000001101010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385853; }

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

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

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

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

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

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

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

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