#385069

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

Shades of Cello #385069

Tints of Cello #385069

Color information

#385069 (or 0x385069) is unknown color: approx Cello. HEX triplet: 38, 50 and 69. RGB value is (56,80,105). Sum of RGB (Red+Green+Blue) = 56+80+105=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #385069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385069 is #C7AF96. Grayscale: #4B4B4B. Windows color (decimal): -13086615 or 6901816. OLE color: 6901816.

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

Color convert

RGB5680105-
CMYK0.470.2400.59
HSL210.61º30.43%31.57%-
HSV(B)210.61º46.67%41.18%-
XYZ7.057.614.46-
YUV75.67144.55113.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=23.24%
G=33.20%
B=43.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56801050.470.2400.59210.6130.4331.57
Hex3850692F1803Bd31e20
Octal7012015157300733233640
Binary111000101000011010011011111100001110111101001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385069; }

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

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

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

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

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

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

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

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