#384B68

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

Shades of Cello #384B68

Tints of Cello #384B68

Color information

#384B68 (or 0x384B68) is unknown color: approx Cello. HEX triplet: 38, 4B and 68. RGB value is (56,75,104). Sum of RGB (Red+Green+Blue) = 56+75+104=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #384B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B68 is #C7B497. Grayscale: #484848. Windows color (decimal): -13087896 or 6835000. OLE color: 6835000.

HSL color Cylindrical-coordinate representation of color #384B68: hue angle of 216.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384B68 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5675104-
CMYK0.460.2800.59
HSL216.25º30%31.37%-
HSV(B)216.25º46.15%40.78%-
XYZ6.656.8714.07-
YUV72.62145.71116.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=23.83%
G=31.91%
B=44.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56751040.460.2800.59216.253031.37
Hex384B682E1C03Bd81e1f
Octal7011315056340733303637
Binary11100010010111101000101110111000111011110110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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