Html Css Color HEX #385C51 Spectra

📋 copy color: '#385C51'

red 56 ◦ green 92 ◦ blue 81

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

Shades of Spectra #385C51

Tints of Spectra #385C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 24.45%
G = 40.17%
B = 35.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#385C51 (or 0x385C51) is known color: Spectra. HEX triplet: 38, 5C and 51. RGB value is (56,92,81). Sum of RGB (Red+Green+Blue) = 56+92+81=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #385C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C51 is #C7A3AE. Grayscale: #4F4F4F. Windows color (decimal): -13083567 or 5332024. OLE color: 5332024.

HSL color Cylindrical-coordinate representation of color #385C51: hue angle of 161.67º 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 #385C51 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 81 -
CMYK 0.39 0 0.12 0.64
HSL 161.67º 0.24% 0.29% -
HSV(B) 161.67º 0.39% 0.36% -
XYZ 6.94 9.09 9.17 -
YUV 79.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 56 92 81 0.39 0 0.12 0.64 161.67 0.24 0.29
Hex 38 5C 51 27 0 C 40 A2 18 1D
Octal 70 134 121 47 0 14 100 242 30 35
Binary 111000 1011100 1010001 100111 0 1100 1000000 10100010 11000 11101

Color Harmonies of #385C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C51

Black with #385C51

Text Example


Text Example

White with #385C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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