Html Css Color HEX #384D65 Cello

📋 copy color: '#384D65'

red 56 ◦ green 77 ◦ blue 101

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

Shades of Cello #384D65

Tints of Cello #384D65

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.91%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 23.93%
G = 32.91%
B = 43.16%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#384D65 (or 0x384D65) is known color: Cello. HEX triplet: 38, 4D and 65. RGB value is (56,77,101). Sum of RGB (Red+Green+Blue) = 56+77+101=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #384D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D65 is #C7B29A. Grayscale: #494949. Windows color (decimal): -13087387 or 6638904. OLE color: 6638904.

HSL color Cylindrical-coordinate representation of color #384D65: hue angle of 212º 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 #384D65 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 77 101 -
CMYK 0.45 0.24 0 0.60
HSL 212º 0.29% 0.31% -
HSV(B) 212º 0.45% 0.4% -
XYZ 6.63 7.09 13.33 -
YUV 73.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 56 77 101 0.45 0.24 0 0.60 212 0.29 0.31
Hex 38 4D 65 2D 18 0 3C D4 1D 1F
Octal 70 115 145 55 30 0 74 324 35 37
Binary 111000 1001101 1100101 101101 11000 0 111100 11010100 11101 11111

Color Harmonies of #384D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D65

Black with #384D65

Text Example


Text Example

White with #384D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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