#384B5D

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

Shades of Cello #384B5D

Tints of Cello #384B5D

Color information

#384B5D (or 0x384B5D) is unknown color: approx Cello. HEX triplet: 38, 4B and 5D. RGB value is (56,75,93). Sum of RGB (Red+Green+Blue) = 56+75+93=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #384B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B5D is #C7B4A2. Grayscale: #474747. Windows color (decimal): -13087907 or 6114104. OLE color: 6114104.

HSL color Cylindrical-coordinate representation of color #384B5D: hue angle of 209.19º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #384B5D is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB567593-
CMYK0.400.1900.64
HSL209.19º24.83%29.22%-
HSV(B)209.19º39.78%36.47%-
XYZ6.126.6611.32-
YUV71.37140.21117.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=25%
G=33.48%
B=41.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5675930.400.1900.64209.1924.8329.22
Hex384B5D2813040d1191d
Octal70113135502301003213135
Binary111000100101110111011010001001101000000110100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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