#385369

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

Shades of Cello #385369

Tints of Cello #385369

Color information

#385369 (or 0x385369) is unknown color: approx Cello. HEX triplet: 38, 53 and 69. RGB value is (56,83,105). Sum of RGB (Red+Green+Blue) = 56+83+105=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #385369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385369 is #C7AC96. Grayscale: #4D4D4D. Windows color (decimal): -13085847 or 6902584. OLE color: 6902584.

HSL color Cylindrical-coordinate representation of color #385369: hue angle of 206.94º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385369 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5683105-
CMYK0.470.2100.59
HSL206.94º30.43%31.57%-
HSV(B)206.94º46.67%41.18%-
XYZ7.278.0514.53-
YUV77.44143.55112.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=22.95%
G=34.02%
B=43.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56831050.470.2100.59206.9430.4331.57
Hex3853692F1503Bcf1e20
Octal7012315157250733173640
Binary111000101001111010011011111010101110111100111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385369; }

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

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

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

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

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

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

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

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