#384B5C

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

Shades of Cello #384B5C

Tints of Cello #384B5C

Color information

#384B5C (or 0x384B5C) is unknown color: approx Cello. HEX triplet: 38, 4B and 5C. RGB value is (56,75,92). Sum of RGB (Red+Green+Blue) = 56+75+92=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #384B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B5C is #C7B4A3. Grayscale: #474747. Windows color (decimal): -13087908 or 6048568. OLE color: 6048568.

HSL color Cylindrical-coordinate representation of color #384B5C: hue angle of 208.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #384B5C is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567592-
CMYK0.390.1800.64
HSL208.33º24.32%29.02%-
HSV(B)208.33º39.13%36.08%-
XYZ6.086.6511.09-
YUV71.26139.71117.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=25.11%
G=33.63%
B=41.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5675920.390.1800.64208.3324.3229.02
Hex384B5C2712040d0181d
Octal70113134472201003203035
Binary111000100101110111001001111001001000000110100001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,75,92); }

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

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

 a { background-color: rgb(56,75,92); }

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

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

 span { border-color: rgb(56,75,92); }

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