#384C69

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

Shades of Cello #384C69

Tints of Cello #384C69

Color information

#384C69 (or 0x384C69) is unknown color: approx Cello. HEX triplet: 38, 4C and 69. RGB value is (56,76,105). Sum of RGB (Red+Green+Blue) = 56+76+105=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #384C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C69 is #C7B396. Grayscale: #494949. Windows color (decimal): -13087639 or 6900792. OLE color: 6900792.

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

Color convert

RGB5676105-
CMYK0.470.2800.59
HSL215.51º30.43%31.57%-
HSV(B)215.51º46.67%41.18%-
XYZ6.777.0314.36-
YUV73.33145.87115.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=23.63%
G=32.07%
B=44.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56761050.470.2800.59215.5130.4331.57
Hex384C692F1C03Bd81e20
Octal7011415157340733303640
Binary111000100110011010011011111110001110111101100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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