#384f60

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

Shades of Cello #384F60

Tints of Cello #384F60

Color information

#384F60 (or 0x384F60) is unknown color: approx Cello. HEX triplet: 38, 4F and 60. RGB value is (56,79,96). Sum of RGB (Red+Green+Blue) = 56+79+96=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #384F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F60 is #C7B09F. Grayscale: #494949. Windows color (decimal): -13086880 or 6311736. OLE color: 6311736.

HSL color Cylindrical-coordinate representation of color #384F60: hue angle of 205.5º 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 #384F60 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567996-
CMYK0.420.1800.62
HSL205.5º26.32%29.8%-
HSV(B)205.5º41.67%37.65%-
XYZ6.547.2812.13-
YUV74.06140.38115.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=24.24%
G=34.20%
B=41.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5679960.420.1800.62205.526.3229.8
Hex384F602A1203Ece1a1e
Octal7011714052220763163236
Binary11100010011111100000101010100100111110110011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384f60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384f60; }

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

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

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

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

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

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

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

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