#384E63

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

Shades of Cello #384E63

Tints of Cello #384E63

Color information

#384E63 (or 0x384E63) is unknown color: approx Cello. HEX triplet: 38, 4E and 63. RGB value is (56,78,99). Sum of RGB (Red+Green+Blue) = 56+78+99=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #384E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E63 is #C7B19C. Grayscale: #494949. Windows color (decimal): -13087133 or 6508088. OLE color: 6508088.

HSL color Cylindrical-coordinate representation of color #384E63: hue angle of 209.3º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384E63 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB567899-
CMYK0.430.2100.61
HSL209.3º27.74%30.39%-
HSV(B)209.3º43.43%38.82%-
XYZ6.617.1912.84-
YUV73.82142.21115.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=24.03%
G=33.48%
B=42.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5678990.430.2100.61209.327.7430.39
Hex384E632B1503Dd11c1e
Octal7011614353250753213436
Binary11100010011101100011101011101010111101110100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,99); }

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

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

 a { background-color: rgb(56,78,99); }

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

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

 span { border-color: rgb(56,78,99); }

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