#384C5A

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

Shades of Cello #384C5A

Tints of Cello #384C5A

Color information

#384C5A (or 0x384C5A) is unknown color: approx Cello. HEX triplet: 38, 4C and 5A. RGB value is (56,76,90). Sum of RGB (Red+Green+Blue) = 56+76+90=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #384C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C5A is #C7B3A5. Grayscale: #474747. Windows color (decimal): -13087654 or 5917752. OLE color: 5917752.

HSL color Cylindrical-coordinate representation of color #384C5A: hue angle of 204.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384C5A is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567690-
CMYK0.380.1600.65
HSL204.71º23.29%28.63%-
HSV(B)204.71º37.78%35.29%-
XYZ6.066.7510.66-
YUV71.62138.37116.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=25.23%
G=34.23%
B=40.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5676900.380.1600.65204.7123.2928.63
Hex384C5A2610041cd171d
Octal70114132462001013152735
Binary111000100110010110101001101000001000001110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,90); }

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

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

 a { background-color: rgb(56,76,90); }

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

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

 span { border-color: rgb(56,76,90); }

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