#384B69

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

Shades of Cello #384B69

Tints of Cello #384B69

Color information

#384B69 (or 0x384B69) is unknown color: approx Cello. HEX triplet: 38, 4B and 69. RGB value is (56,75,105). Sum of RGB (Red+Green+Blue) = 56+75+105=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #384B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B69 is #C7B496. Grayscale: #484848. Windows color (decimal): -13087895 or 6900536. OLE color: 6900536.

HSL color Cylindrical-coordinate representation of color #384B69: hue angle of 216.73º 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 #384B69 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5675105-
CMYK0.470.2900.59
HSL216.73º30.43%31.57%-
HSV(B)216.73º46.67%41.18%-
XYZ6.76.8914.34-
YUV72.74146.21116.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=23.73%
G=31.78%
B=44.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56751050.470.2900.59216.7330.4331.57
Hex384B692F1D03Bd91e20
Octal7011315157350733313640
Binary111000100101111010011011111110101110111101100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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