#384960

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

Shades of Cello #384960

Tints of Cello #384960

Color information

#384960 (or 0x384960) is unknown color: approx Cello. HEX triplet: 38, 49 and 60. RGB value is (56,73,96). Sum of RGB (Red+Green+Blue) = 56+73+96=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #384960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384960 is #C7B69F. Grayscale: #464646. Windows color (decimal): -13088416 or 6310200. OLE color: 6310200.

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

Color convert

RGB567396-
CMYK0.420.2400.62
HSL214.5º26.32%29.8%-
HSV(B)214.5º41.67%37.65%-
XYZ6.126.4511.99-
YUV70.54142.37117.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=24.89%
G=32.44%
B=42.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5673960.420.2400.62214.526.3229.8
Hex3849602A1803Ed61a1e
Octal7011114052300763263236
Binary11100010010011100000101010110000111110110101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384960; }

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

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

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

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

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

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

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

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