#384956

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

Shades of Cello #384956

Tints of Cello #384956

Color information

#384956 (or 0x384956) is unknown color: approx Cello. HEX triplet: 38, 49 and 56. RGB value is (56,73,86). Sum of RGB (Red+Green+Blue) = 56+73+86=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #384956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384956 is #C7B6A9. Grayscale: #454545. Windows color (decimal): -13088426 or 5654840. OLE color: 5654840.

HSL color Cylindrical-coordinate representation of color #384956: hue angle of 206º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #384956 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB567386-
CMYK0.350.1500.66
HSL206º21.13%27.84%-
HSV(B)206º34.88%33.73%-
XYZ5.696.289.72-
YUV69.4137.37118.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 86 (33.98% from 255) = 40%
R=26.05%
G=33.95%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5673860.350.1500.6620621.1327.84
Hex38495623F042ce151c
Octal70111126431701023162534
Binary11100010010011010110100011111101000010110011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384956; }

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

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

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

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

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

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

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

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