Html Css Color HEX #385F4D Spectra

📋 copy color: '#385F4D'

red 56 ◦ green 95 ◦ blue 77

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

Shades of Spectra #385F4D

Tints of Spectra #385F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 24.56%
G = 41.67%
B = 33.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#385F4D (or 0x385F4D) is known color: Spectra. HEX triplet: 38, 5F and 4D. RGB value is (56,95,77). Sum of RGB (Red+Green+Blue) = 56+95+77=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #385F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F4D is #C7A0B2. Grayscale: #515151. Windows color (decimal): -13082803 or 5070648. OLE color: 5070648.

HSL color Cylindrical-coordinate representation of color #385F4D: hue angle of 152.31º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F4D is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 95 77 -
CMYK 0.41 0 0.19 0.63
HSL 152.31º 0.26% 0.3% -
HSV(B) 152.31º 0.41% 0.37% -
XYZ 7.06 9.56 8.49 -
YUV 81.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 56 95 77 0.41 0 0.19 0.63 152.31 0.26 0.3
Hex 38 5F 4D 29 0 13 3F 98 1A 1E
Octal 70 137 115 51 0 23 77 230 32 36
Binary 111000 1011111 1001101 101001 0 10011 111111 10011000 11010 11110

Color Harmonies of #385F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F4D

Black with #385F4D

Text Example


Text Example

White with #385F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385F4D; }

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

 H1.HeaderClassName
 {
   color: #385F4D;
 }
 .AnyTagClassName
 {
   color: #385F4D;
 }
</style>

background-color css

<style>
 a { background-color: #385F4D; }

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

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

border-color css

<style>
 span { border-color: #385F4D; }

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

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