#385465

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

Shades of Cello #385465

Tints of Cello #385465

Color information

#385465 (or 0x385465) is unknown color: approx Cello. HEX triplet: 38, 54 and 65. RGB value is (56,84,101). Sum of RGB (Red+Green+Blue) = 56+84+101=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #385465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385465 is #C7AB9A. Grayscale: #4D4D4D. Windows color (decimal): -13085595 or 6640696. OLE color: 6640696.

HSL color Cylindrical-coordinate representation of color #385465: hue angle of 202.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385465 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5684101-
CMYK0.450.1700.60
HSL202.67º28.66%30.78%-
HSV(B)202.67º44.55%39.61%-
XYZ7.158.1213.5-
YUV77.57141.22112.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=23.24%
G=34.85%
B=41.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56841010.450.1700.60202.6728.6630.78
Hex3854652D1103Ccb1d1f
Octal7012414555210743133537
Binary11100010101001100101101101100010111100110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385465; }

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

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

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

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

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

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

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

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