#385351

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

Shades of Blue Dianne #385351

Tints of Blue Dianne #385351

Color information

#385351 (or 0x385351) is unknown color: approx Blue Dianne. HEX triplet: 38, 53 and 51. RGB value is (56,83,81). Sum of RGB (Red+Green+Blue) = 56+83+81=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #385351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385351 is #C7ACAE. Grayscale: #4A4A4A. Windows color (decimal): -13085871 or 5329720. OLE color: 5329720.

HSL color Cylindrical-coordinate representation of color #385351: hue angle of 175.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385351 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB568381-
CMYK0.3300.020.67
HSL175.56º19.42%27.25%-
HSV(B)175.56º32.53%32.55%-
XYZ6.217.628.93-
YUV74.7131.55114.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=25.45%
G=37.73%
B=36.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683810.3300.020.67175.5619.4227.25
Hex385351210243b0131b
Octal7012312141021032602333
Binary111000101001110100011000010101000011101100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385351; }

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

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

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

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

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

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

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

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