#385469

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

Shades of Cello #385469

Tints of Cello #385469

Color information

#385469 (or 0x385469) is unknown color: approx Cello. HEX triplet: 38, 54 and 69. RGB value is (56,84,105). Sum of RGB (Red+Green+Blue) = 56+84+105=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #385469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385469 is #C7AB96. Grayscale: #4D4D4D. Windows color (decimal): -13085591 or 6902840. OLE color: 6902840.

HSL color Cylindrical-coordinate representation of color #385469: hue angle of 205.71º 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 #385469 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5684105-
CMYK0.470.2000.59
HSL205.71º30.43%31.57%-
HSV(B)205.71º46.67%41.18%-
XYZ7.358.214.56-
YUV78.02143.22112.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=22.86%
G=34.29%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56841050.470.2000.59205.7130.4331.57
Hex3854692F1403Bce1e20
Octal7012415157240733163640
Binary111000101010011010011011111010001110111100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385469; }

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

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

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

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

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

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

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

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