#385A55

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

Shades of Blue Dianne #385A55

Tints of Blue Dianne #385A55

Color information

#385A55 (or 0x385A55) is unknown color: approx Blue Dianne. HEX triplet: 38, 5A and 55. RGB value is (56,90,85). Sum of RGB (Red+Green+Blue) = 56+90+85=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #385A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A55 is #C7A5AA. Grayscale: #4F4F4F. Windows color (decimal): -13084075 or 5593656. OLE color: 5593656.

HSL color Cylindrical-coordinate representation of color #385A55: hue angle of 171.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A55 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB569085-
CMYK0.3800.060.65
HSL171.18º23.29%28.63%-
HSV(B)171.18º37.78%35.29%-
XYZ6.938.819.93-
YUV79.26131.24111.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=24.24%
G=38.96%
B=36.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690850.3800.060.65171.1823.2928.63
Hex385A55260641ab171d
Octal7013212546061012532735
Binary1110001011010101010110011001101000001101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A55; }

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

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

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

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

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

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

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

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