#384860

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

Shades of Cello #384860

Tints of Cello #384860

Color information

#384860 (or 0x384860) is unknown color: approx Cello. HEX triplet: 38, 48 and 60. RGB value is (56,72,96). Sum of RGB (Red+Green+Blue) = 56+72+96=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #384860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384860 is #C7B79F. Grayscale: #454545. Windows color (decimal): -13088672 or 6309944. OLE color: 6309944.

HSL color Cylindrical-coordinate representation of color #384860: hue angle of 216º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384860 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567296-
CMYK0.420.2500.62
HSL216º26.32%29.8%-
HSV(B)216º41.67%37.65%-
XYZ6.066.3211.97-
YUV69.95142.7118.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=25%
G=32.14%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5672960.420.2500.6221626.3229.8
Hex3848602A1903Ed81a1e
Octal7011014052310763303236
Binary11100010010001100000101010110010111110110110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384860; }

 p { color: rgb(56,72,96); }

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

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

 a { background-color: rgb(56,72,96); }

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

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

 span { border-color: rgb(56,72,96); }

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