#385551

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

Shades of Blue Dianne #385551

Tints of Blue Dianne #385551

Color information

#385551 (or 0x385551) is unknown color: approx Blue Dianne. HEX triplet: 38, 55 and 51. RGB value is (56,85,81). Sum of RGB (Red+Green+Blue) = 56+85+81=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #385551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385551 is #C7AAAE. Grayscale: #4B4B4B. Windows color (decimal): -13085359 or 5330232. OLE color: 5330232.

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

Color convert

RGB568581-
CMYK0.3400.050.67
HSL171.72º20.57%27.65%-
HSV(B)171.72º34.12%33.33%-
XYZ6.367.938.98-
YUV75.87130.89113.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=25.23%
G=38.29%
B=36.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685810.3400.050.67171.7220.5727.65
Hex385551220543ac151c
Octal7012512142051032542534
Binary1110001010101101000110001001011000011101011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385551; }

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

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

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

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

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

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

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

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