Html Css Color HEX #384C5D Cello

📋 copy color: '#384C5D'

red 56 ◦ green 76 ◦ blue 93

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

Shades of Cello #384C5D

Tints of Cello #384C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

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

R = 24.89%
G = 33.78%
B = 41.33%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#384C5D (or 0x384C5D) is known color: Cello. HEX triplet: 38, 4C and 5D. RGB value is (56,76,93). Sum of RGB (Red+Green+Blue) = 56+76+93=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #384C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C5D is #C7B3A2. Grayscale: #474747. Windows color (decimal): -13087651 or 6114360. OLE color: 6114360.

HSL color Cylindrical-coordinate representation of color #384C5D: hue angle of 207.57º 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 #384C5D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 76 93 -
CMYK 0.40 0.18 0 0.64
HSL 207.57º 0.25% 0.29% -
HSV(B) 207.57º 0.4% 0.36% -
XYZ 6.19 6.8 11.34 -
YUV 71.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 56 76 93 0.40 0.18 0 0.64 207.57 0.25 0.29
Hex 38 4C 5D 28 12 0 40 D0 19 1D
Octal 70 114 135 50 22 0 100 320 31 35
Binary 111000 1001100 1011101 101000 10010 0 1000000 11010000 11001 11101

Color Harmonies of #384C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C5D

Black with #384C5D

Text Example


Text Example

White with #384C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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