#384B65

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

Shades of Cello #384B65

Tints of Cello #384B65

Color information

#384B65 (or 0x384B65) is unknown color: approx Cello. HEX triplet: 38, 4B and 65. RGB value is (56,75,101). Sum of RGB (Red+Green+Blue) = 56+75+101=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #384B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B65 is #C7B49A. Grayscale: #484848. Windows color (decimal): -13087899 or 6638392. OLE color: 6638392.

HSL color Cylindrical-coordinate representation of color #384B65: hue angle of 214.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384B65 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5675101-
CMYK0.450.2600.60
HSL214.67º28.66%30.78%-
HSV(B)214.67º44.55%39.61%-
XYZ6.56.8113.28-
YUV72.28144.21116.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=24.14%
G=32.33%
B=43.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56751010.450.2600.60214.6728.6630.78
Hex384B652D1A03Cd71d1f
Octal7011314555320743273537
Binary11100010010111100101101101110100111100110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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