Html Css Color HEX #384E5D Cello

📋 copy color: '#384E5D'

red 56 ◦ green 78 ◦ blue 93

#384E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #384E5D

Tints of Cello #384E5D

RGB

 RED value IS 56 (22.27% from 255) = 24.67%

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 24.67%
G = 34.36%
B = 40.97%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#384E5D (or 0x384E5D) is known color: Cello. HEX triplet: 38, 4E and 5D. RGB value is (56,78,93). Sum of RGB (Red+Green+Blue) = 56+78+93=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #384E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E5D is #C7B1A2. Grayscale: #494949. Windows color (decimal): -13087139 or 6114872. OLE color: 6114872.

HSL color Cylindrical-coordinate representation of color #384E5D: hue angle of 204.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #384E5D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 78 93 -
CMYK 0.40 0.16 0 0.64
HSL 204.32º 0.25% 0.29% -
HSV(B) 204.32º 0.4% 0.36% -
XYZ 6.33 7.08 11.39 -
YUV 73.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 56 78 93 0.40 0.16 0 0.64 204.32 0.25 0.29
Hex 38 4E 5D 28 10 0 40 CC 19 1D
Octal 70 116 135 50 20 0 100 314 31 35
Binary 111000 1001110 1011101 101000 10000 0 1000000 11001100 11001 11101

Color Harmonies of #384E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E5D

Black with #384E5D

Text Example


Text Example

White with #384E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #384E5D;
 }
 .AnyTagClassName
 {
   color: #384E5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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