Html Css Color HEX #385C4F Spectra

📋 copy color: '#385C4F'

red 56 ◦ green 92 ◦ blue 79

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

Shades of Spectra #385C4F

Tints of Spectra #385C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 24.67%
G = 40.53%
B = 34.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#385C4F (or 0x385C4F) is known color: Spectra. HEX triplet: 38, 5C and 4F. RGB value is (56,92,79). Sum of RGB (Red+Green+Blue) = 56+92+79=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #385C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C4F is #C7A3B0. Grayscale: #4F4F4F. Windows color (decimal): -13083569 or 5200952. OLE color: 5200952.

HSL color Cylindrical-coordinate representation of color #385C4F: hue angle of 158.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C4F is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 79 -
CMYK 0.39 0 0.14 0.64
HSL 158.33º 0.24% 0.29% -
HSV(B) 158.33º 0.39% 0.36% -
XYZ 6.87 9.06 8.78 -
YUV 79.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 56 92 79 0.39 0 0.14 0.64 158.33 0.24 0.29
Hex 38 5C 4F 27 0 E 40 9E 18 1D
Octal 70 134 117 47 0 16 100 236 30 35
Binary 111000 1011100 1001111 100111 0 1110 1000000 10011110 11000 11101

Color Harmonies of #385C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C4F

Black with #385C4F

Text Example


Text Example

White with #385C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,79); }

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

background-color css

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

 a { background-color: rgb(56,92,79); }

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

border-color css

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

 span { border-color: rgb(56,92,79); }

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